Skip to content

Commit d6734c1

Browse files
authored
Merge pull request #160 from kitprice/kitprice-patch-fan-on
Fix missing fan mode on
2 parents bfa0d70 + 03f8b3e commit d6734c1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

custom_components/vivint/climate.py

+1
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@
7171

7272
VIVINT_FAN_MODE_MAP = {
7373
FanMode.AUTO_LOW: FAN_AUTO,
74+
FanMode.ON_LOW: FAN_ON,
7475
FanMode.TIMER_15: "15 minutes",
7576
FanMode.TIMER_30: "30 minutes",
7677
FanMode.TIMER_45: "45 minutes",

0 commit comments

Comments
 (0)