Motion Blinds add DualShade support (#70019)

This commit is contained in:
starkillerOG 2022-04-26 04:19:34 +02:00 committed by GitHub
parent 5bcc83f6f2
commit c6267d54ea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 3 deletions

View File

@ -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,

View File

@ -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 },

View File

@ -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

View File

@ -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