We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bfa0d70 + 03f8b3e commit d6734c1Copy full SHA for d6734c1
custom_components/vivint/climate.py
@@ -71,6 +71,7 @@
71
72
VIVINT_FAN_MODE_MAP = {
73
FanMode.AUTO_LOW: FAN_AUTO,
74
+ FanMode.ON_LOW: FAN_ON,
75
FanMode.TIMER_15: "15 minutes",
76
FanMode.TIMER_30: "30 minutes",
77
FanMode.TIMER_45: "45 minutes",
0 commit comments