Motion blinds add VerticalBlindLeft support (#66961)
This commit is contained in:
parent
4b28025a71
commit
fe1229a7d9
4 changed files with 4 additions and 3 deletions
|
@ -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 = {
|
||||
|
|
|
@ -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",
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue