Skip to content

Commit

Permalink
Update climate.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ee02217 committed Feb 6, 2021
1 parent 6afe349 commit 10047ba
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion custom_components/miheater/climate.py
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,8 @@ def min_temp(self):
"""Return the minimum temperature."""
if self._model == "zhimi.heater.zb1" or self._model == "zhimi.heater.za2" :
MIN_TEMP = 16;

else:
MIN_TEMP = 18;
return MIN_TEMP

@property
Expand Down

0 comments on commit 10047ba

Please sign in to comment.