Bump motionblinds to 0.6.2 (#68570)
parent
a50bac5cc2
commit
c3f0bd45a4
|
@ -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(
|
||||
|
|
|
@ -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",
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue