mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 19:27:45 +00:00
Motion blinds add VerticalBlindLeft support (#66961)
This commit is contained in:
parent
4b28025a71
commit
fe1229a7d9
@ -51,6 +51,7 @@ TILT_DEVICE_MAP = {
|
|||||||
BlindType.ShangriLaBlind: CoverDeviceClass.BLIND,
|
BlindType.ShangriLaBlind: CoverDeviceClass.BLIND,
|
||||||
BlindType.DoubleRoller: CoverDeviceClass.SHADE,
|
BlindType.DoubleRoller: CoverDeviceClass.SHADE,
|
||||||
BlindType.VerticalBlind: CoverDeviceClass.BLIND,
|
BlindType.VerticalBlind: CoverDeviceClass.BLIND,
|
||||||
|
BlindType.VerticalBlindLeft: CoverDeviceClass.BLIND,
|
||||||
}
|
}
|
||||||
|
|
||||||
TDBU_DEVICE_MAP = {
|
TDBU_DEVICE_MAP = {
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
"name": "Motion Blinds",
|
"name": "Motion Blinds",
|
||||||
"config_flow": true,
|
"config_flow": true,
|
||||||
"documentation": "https://www.home-assistant.io/integrations/motion_blinds",
|
"documentation": "https://www.home-assistant.io/integrations/motion_blinds",
|
||||||
"requirements": ["motionblinds==0.5.12"],
|
"requirements": ["motionblinds==0.5.13"],
|
||||||
"dependencies": ["network"],
|
"dependencies": ["network"],
|
||||||
"codeowners": ["@starkillerOG"],
|
"codeowners": ["@starkillerOG"],
|
||||||
"iot_class": "local_push",
|
"iot_class": "local_push",
|
||||||
|
@ -1049,7 +1049,7 @@ mitemp_bt==0.0.5
|
|||||||
moehlenhoff-alpha2==1.1.2
|
moehlenhoff-alpha2==1.1.2
|
||||||
|
|
||||||
# homeassistant.components.motion_blinds
|
# homeassistant.components.motion_blinds
|
||||||
motionblinds==0.5.12
|
motionblinds==0.5.13
|
||||||
|
|
||||||
# homeassistant.components.motioneye
|
# homeassistant.components.motioneye
|
||||||
motioneye-client==0.3.12
|
motioneye-client==0.3.12
|
||||||
|
@ -667,7 +667,7 @@ minio==5.0.10
|
|||||||
moehlenhoff-alpha2==1.1.2
|
moehlenhoff-alpha2==1.1.2
|
||||||
|
|
||||||
# homeassistant.components.motion_blinds
|
# homeassistant.components.motion_blinds
|
||||||
motionblinds==0.5.12
|
motionblinds==0.5.13
|
||||||
|
|
||||||
# homeassistant.components.motioneye
|
# homeassistant.components.motioneye
|
||||||
motioneye-client==0.3.12
|
motioneye-client==0.3.12
|
||||||
|
Loading…
x
Reference in New Issue
Block a user