We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3eec77c commit 03356c0Copy full SHA for 03356c0
1 file changed
custom_components/mitsubishi/climate.py
@@ -71,6 +71,7 @@
71
"left and center": HorizontalWindDirection.LEFT_CENTER,
72
"center and right": HorizontalWindDirection.CENTER_RIGHT,
73
"left, center and right": HorizontalWindDirection.LEFT_CENTER_RIGHT,
74
+ "left and right": HorizontalWindDirection.LEFT_RIGHT,
75
"swing": HorizontalWindDirection.SWING,
76
}
77
HSWING_MITSUBISHI_TO_HA = {v: k for k, v in HSWING_HA_TO_MITSUBISHI.items()}
0 commit comments