Skip to content

Commit

Permalink
small bugfix, added step 1 for DHW
Browse files Browse the repository at this point in the history
  • Loading branch information
geduxas authored and kamaradclimber committed Nov 4, 2022
1 parent bffc426 commit bac6cd7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions custom_components/aquarea/climate.py
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@ def __init__(
self._attr_hvac_mode = HVACMode.OFF
self._attr_min_temp = 40
self._attr_max_temp = 65
self._attr_target_temperature_step = 1
self._operating_mode = OperatingMode(0) # i.e None
self._attr_preset_modes = [PRESET_ECO, PRESET_COMFORT]
self._attr_preset_mode = PRESET_ECO
Expand Down

0 comments on commit bac6cd7

Please sign in to comment.