Bump motionblinds to 0.6.2 (#68570)

This commit is contained in:
starkillerOG 2022-03-23 19:34:22 +01:00 committed by GitHub
parent a50bac5cc2
commit c3f0bd45a4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 6 additions and 4 deletions

View File

@ -49,6 +49,7 @@ POSITION_DEVICE_MAP = {
BlindType.Curtain: CoverDeviceClass.CURTAIN, BlindType.Curtain: CoverDeviceClass.CURTAIN,
BlindType.CurtainLeft: CoverDeviceClass.CURTAIN, BlindType.CurtainLeft: CoverDeviceClass.CURTAIN,
BlindType.CurtainRight: CoverDeviceClass.CURTAIN, BlindType.CurtainRight: CoverDeviceClass.CURTAIN,
BlindType.SkylightBlind: CoverDeviceClass.SHADE,
} }
TILT_DEVICE_MAP = { TILT_DEVICE_MAP = {
@ -57,6 +58,7 @@ TILT_DEVICE_MAP = {
BlindType.DoubleRoller: CoverDeviceClass.SHADE, BlindType.DoubleRoller: CoverDeviceClass.SHADE,
BlindType.VerticalBlind: CoverDeviceClass.BLIND, BlindType.VerticalBlind: CoverDeviceClass.BLIND,
BlindType.VerticalBlindLeft: CoverDeviceClass.BLIND, BlindType.VerticalBlindLeft: CoverDeviceClass.BLIND,
BlindType.VerticalBlindRight: CoverDeviceClass.BLIND,
} }
TDBU_DEVICE_MAP = { TDBU_DEVICE_MAP = {
@ -138,7 +140,7 @@ async def async_setup_entry(
else: else:
_LOGGER.warning( _LOGGER.warning(
"Blind type '%s' not yet supported, " "assuming RollerBlind", "Blind type '%s' not yet supported, assuming RollerBlind",
blind.blind_type, blind.blind_type,
) )
entities.append( entities.append(

View File

@ -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.6.1"], "requirements": ["motionblinds==0.6.2"],
"dependencies": ["network"], "dependencies": ["network"],
"codeowners": ["@starkillerOG"], "codeowners": ["@starkillerOG"],
"iot_class": "local_push", "iot_class": "local_push",

View File

@ -1014,7 +1014,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.6.1 motionblinds==0.6.2
# homeassistant.components.motioneye # homeassistant.components.motioneye
motioneye-client==0.3.12 motioneye-client==0.3.12

View File

@ -677,7 +677,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.6.1 motionblinds==0.6.2
# homeassistant.components.motioneye # homeassistant.components.motioneye
motioneye-client==0.3.12 motioneye-client==0.3.12