Skip to content

Commit

Permalink
fix(ac): update AC device min temperature from 17 to 16 (#401)
Browse files Browse the repository at this point in the history
  • Loading branch information
wuwentao authored Nov 27, 2024
1 parent c681993 commit 406ab58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/midea_ac_lan/climate.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@


TEMPERATURE_MAX = 30
TEMPERATURE_MIN = 17
TEMPERATURE_MIN = 16

FAN_SILENT = "silent"
FAN_FULL_SPEED = "full"
Expand Down

0 comments on commit 406ab58

Please sign in to comment.