Skip to content

Commit

Permalink
fix: Implicit climate ON/OFF support
Browse files Browse the repository at this point in the history
  • Loading branch information
alepee committed Nov 23, 2024
1 parent 7f7e76e commit babbbb5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions custom_components/hitachi_yutaki/climate.py
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,8 @@ def __init__(
self._attr_supported_features = (
ClimateEntityFeature.TARGET_TEMPERATURE
| ClimateEntityFeature.PRESET_MODE
| ClimateEntityFeature.TURN_ON
| ClimateEntityFeature.TURN_OFF
)

# Set temperature settings
Expand Down

0 comments on commit babbbb5

Please sign in to comment.