mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 21:27:38 +00:00
Bump motionblinds to 0.6.2 (#68570)
This commit is contained in:
parent
a50bac5cc2
commit
c3f0bd45a4
@ -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(
|
||||||
|
@ -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",
|
||||||
|
@ -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
|
||||||
|
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user