Skip to content

Commit 0583149

Browse files
starkillerOGfrenck
authored andcommitted
Bump motion blinds to 0.6.28 (home-assistant#146831)
1 parent 8e685b1 commit 0583149

File tree

4 files changed

+4
-3
lines changed

4 files changed

+4
-3
lines changed

homeassistant/components/motion_blinds/cover.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@
6262
BlindType.VerticalBlind: CoverDeviceClass.BLIND,
6363
BlindType.VerticalBlindLeft: CoverDeviceClass.BLIND,
6464
BlindType.VerticalBlindRight: CoverDeviceClass.BLIND,
65+
BlindType.RollerTiltMotor: CoverDeviceClass.BLIND,
6566
}
6667

6768
TILT_ONLY_DEVICE_MAP = {

homeassistant/components/motion_blinds/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,5 @@
2121
"documentation": "https://www.home-assistant.io/integrations/motion_blinds",
2222
"iot_class": "local_push",
2323
"loggers": ["motionblinds"],
24-
"requirements": ["motionblinds==0.6.27"]
24+
"requirements": ["motionblinds==0.6.28"]
2525
}

requirements_all.txt

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

requirements_test_all.txt

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)