Motion Blinds add DualShade support (#70019)
parent
5bcc83f6f2
commit
c6267d54ea
|
@ -58,6 +58,7 @@ TILT_DEVICE_MAP = {
|
|||
BlindType.VenetianBlind: CoverDeviceClass.BLIND,
|
||||
BlindType.ShangriLaBlind: CoverDeviceClass.BLIND,
|
||||
BlindType.DoubleRoller: CoverDeviceClass.SHADE,
|
||||
BlindType.DualShade: CoverDeviceClass.SHADE,
|
||||
BlindType.VerticalBlind: CoverDeviceClass.BLIND,
|
||||
BlindType.VerticalBlindLeft: CoverDeviceClass.BLIND,
|
||||
BlindType.VerticalBlindRight: CoverDeviceClass.BLIND,
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
"name": "Motion Blinds",
|
||||
"config_flow": true,
|
||||
"documentation": "https://www.home-assistant.io/integrations/motion_blinds",
|
||||
"requirements": ["motionblinds==0.6.4"],
|
||||
"requirements": ["motionblinds==0.6.5"],
|
||||
"dependencies": ["network"],
|
||||
"dhcp": [
|
||||
{ "registered_devices": true },
|
||||
|
|
|
@ -1020,7 +1020,7 @@ mitemp_bt==0.0.5
|
|||
moehlenhoff-alpha2==1.1.2
|
||||
|
||||
# homeassistant.components.motion_blinds
|
||||
motionblinds==0.6.4
|
||||
motionblinds==0.6.5
|
||||
|
||||
# homeassistant.components.motioneye
|
||||
motioneye-client==0.3.12
|
||||
|
|
|
@ -691,7 +691,7 @@ minio==5.0.10
|
|||
moehlenhoff-alpha2==1.1.2
|
||||
|
||||
# homeassistant.components.motion_blinds
|
||||
motionblinds==0.6.4
|
||||
motionblinds==0.6.5
|
||||
|
||||
# homeassistant.components.motioneye
|
||||
motioneye-client==0.3.12
|
||||
|
|
Loading…
Reference in New Issue