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
Currently the descriptions of the set_temperature action and its different data attributes don't really explain anything but simply repeat the names in a different word order:
New target temperature for climate device (commonly referred to as a setpoint).
The highest temperature that the climate device will allow.
The lowest temperature that the climate device will allow.
And by using the labels defined in the entity componentsection of the file:
Target temperature
The setpoint for the climate device.
Upper target temperature
The highest temperature that the climate device will allow.
Lower target temperature
The lowest temperature that the climate device will allow.
With these three strings I also know how to properly translate that into German. ;-)
What version of Home Assistant Core has the issue?
Hey there @home-assistant/core, mind taking a look at this issue as it has been labeled with an integration (climate) you are listed as a code owner for? Thanks!
Code owner commands
Code owners of climate 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 climate 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
Currently the descriptions of the
set_temperature
action and its different data attributes don't really explain anything but simply repeat the names in a different word order:core/homeassistant/components/climate/strings.json
Lines 162 to 176 in 0ada59a
This should be fixed by following the explanations from the documentation:
And by using the labels defined in the
entity component
section of the file:core/homeassistant/components/climate/strings.json
Lines 126 to 136 in b1260dc
Combined this becomes:
With these three strings I also know how to properly translate that into German. ;-)
What version of Home Assistant Core has the issue?
core-2024.11.2
Integration causing the issue
Climate
Link to integration documentation on our website
https://www.home-assistant.io/integrations/climate/
The text was updated successfully, but these errors were encountered: