Bump motionblinds to 0.6.2 (#68570)

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

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

View File

@ -1014,7 +1014,7 @@ mitemp_bt==0.0.5
moehlenhoff-alpha2==1.1.2
# homeassistant.components.motion_blinds
motionblinds==0.6.1
motionblinds==0.6.2
# homeassistant.components.motioneye
motioneye-client==0.3.12

View File

@ -677,7 +677,7 @@ minio==5.0.10
moehlenhoff-alpha2==1.1.2
# homeassistant.components.motion_blinds
motionblinds==0.6.1
motionblinds==0.6.2
# homeassistant.components.motioneye
motioneye-client==0.3.12