Skip to content

Commit 4a56a9f

Browse files
committed
Add HorizontalWindDirection.LEFT_RIGHT, fixes #11
1 parent d8365aa commit 4a56a9f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

custom_components/mitsubishi/climate.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@
7171
"left and center": HorizontalWindDirection.LEFT_CENTER,
7272
"center and right": HorizontalWindDirection.CENTER_RIGHT,
7373
"left, center and right": HorizontalWindDirection.LEFT_CENTER_RIGHT,
74+
"left and right": HorizontalWindDirection.LEFT_RIGHT,
7475
"swing": HorizontalWindDirection.SWING,
7576
}
7677
HSWING_MITSUBISHI_TO_HA = {v: k for k, v in HSWING_HA_TO_MITSUBISHI.items()}

0 commit comments

Comments
 (0)