Skip to content

Commit

Permalink
amend code
Browse files Browse the repository at this point in the history
  • Loading branch information
agodet committed Dec 8, 2024
1 parent 61436af commit 031866d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/heatzy/climate.py
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ class HeatzyClimateEntityDescription(ClimateEntityDescription):
heatzy_to_ha_state={
0: PRESET_COMFORT,
1: PRESET_ECO,
2: PRESET_AWAY
2: PRESET_AWAY,
3: PRESET_COMFORT_1,
4: PRESET_COMFORT_2,
5: PRESET_NONE,
Expand Down

0 comments on commit 031866d

Please sign in to comment.