You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As reported by others using various integrations, it appears the temperate out of range issue affects IntesisHome too.
My entity supports a min_temp of 16 degrees:
hvac_modes: heat_cool, heat, dry, fan_only, cool, off
min_temp: 16
max_temp: 30
target_temp_step: 1
fan_modes: auto, low, medium, high
current_temperature: null
temperature: 16
fan_mode: auto
friendly_name: Home
supported_features: 393
However attempting to set a temperate of 16 degrees triggers an out of range error:
Logger: homeassistant.components.websocket_api.http.connection
Source: components/websocket_api/commands.py:287
integration: Home Assistant WebSocket API (documentation, issues)
First occurred: September 26, 2024 at 5:24:39 PM (1 occurrences)
Last logged: September 26, 2024 at 5:24:39 PM
[139878655767408] Provided temperature 16.0 is not valid. Accepted range is 18.0 to 30.0
What version of Home Assistant Core has the issue?
core-2024.9.3
What was the last working version of Home Assistant Core?
Hey there @jnimmo, mind taking a look at this issue as it has been labeled with an integration (intesishome) you are listed as a code owner for? Thanks!
Code owner commands
Code owners of intesishome can trigger bot actions by commenting:
@home-assistant close Closes the issue.
@home-assistant rename Awesome new title Renames the issue.
@home-assistant reopen Reopen the issue.
@home-assistant unassign intesishome Removes the current integration label and assignees on the issue, add the integration domain after the command.
@home-assistant add-label needs-more-information Add a label (needs-more-information, problem in dependency, problem in custom component) to the issue.
@home-assistant remove-label needs-more-information Remove a label (needs-more-information, problem in dependency, problem in custom component) on the issue.
The problem
As reported by others using various integrations, it appears the temperate out of range issue affects IntesisHome too.
My entity supports a min_temp of 16 degrees:
However attempting to set a temperate of 16 degrees triggers an out of range error:
What version of Home Assistant Core has the issue?
core-2024.9.3
What was the last working version of Home Assistant Core?
core-2024.7 (2024.8 was not tested)
What type of installation are you running?
Home Assistant OS
Integration causing the issue
IntesisHome
Link to integration documentation on our website
https://www.home-assistant.io/integrations/intesishome/
Diagnostics information
No response
Example YAML snippet
No response
Anything in the logs that might be useful for us?
No response
Additional information
There is quite a bit more information from others in the this issue #123612
The text was updated successfully, but these errors were encountered: