Motion blinds add VerticalBlindLeft support (#66961)

This commit is contained in:
starkillerOG 2022-02-21 17:42:52 +01:00 committed by GitHub
parent 4b28025a71
commit fe1229a7d9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 3 deletions

View file

@ -51,6 +51,7 @@ TILT_DEVICE_MAP = {
BlindType.ShangriLaBlind: CoverDeviceClass.BLIND,
BlindType.DoubleRoller: CoverDeviceClass.SHADE,
BlindType.VerticalBlind: CoverDeviceClass.BLIND,
BlindType.VerticalBlindLeft: CoverDeviceClass.BLIND,
}
TDBU_DEVICE_MAP = {

View file

@ -3,7 +3,7 @@
"name": "Motion Blinds",
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/motion_blinds",
"requirements": ["motionblinds==0.5.12"],
"requirements": ["motionblinds==0.5.13"],
"dependencies": ["network"],
"codeowners": ["@starkillerOG"],
"iot_class": "local_push",

View file

@ -1049,7 +1049,7 @@ mitemp_bt==0.0.5
moehlenhoff-alpha2==1.1.2
# homeassistant.components.motion_blinds
motionblinds==0.5.12
motionblinds==0.5.13
# homeassistant.components.motioneye
motioneye-client==0.3.12

View file

@ -667,7 +667,7 @@ minio==5.0.10
moehlenhoff-alpha2==1.1.2
# homeassistant.components.motion_blinds
motionblinds==0.5.12
motionblinds==0.5.13
# homeassistant.components.motioneye
motioneye-client==0.3.12