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
Add ClimateEntityFeature.TURN_ON to self._supported_featureshere.
Implement a turn_on function (similar to turn_offhere).
Update the README
The body of turn_on should turn the unit to the last active HVAC mode. One way to store the last mode is in a small json file. Some other ways could be to create a sensor that stores the last mode or user-configurable select.
The text was updated successfully, but these errors were encountered:
mxr
changed the title
SupportClimateEntityFeature.TURN_ON
Support ClimateEntityFeature.TURN_ONDec 16, 2024
This issue summarizes discussion in other issues & can be used as a reference.
Once
2025.1
is live then the_enable_turn_on_off_backwards_compatibility
functionality will cease to work and this integration will no longer support theclimate.turn_on
action.To implement "turn on" we need to
ClimateEntityFeature.TURN_ON
toself._supported_features
here.turn_on
function (similar toturn_off
here).The body of
turn_on
should turn the unit to the last active HVAC mode. One way to store the last mode is in a small json file. Some other ways could be to create asensor
that stores the last mode or user-configurableselect
.The text was updated successfully, but these errors were encountered: