mirror of
https://github.com/home-assistant/core.git
synced 2025-07-21 12:17:07 +00:00
Bump motion blinds to 0.6.28 (#146831)
This commit is contained in:
parent
ed3fb62ffc
commit
3f8f7cd578
@ -62,6 +62,7 @@ TILT_DEVICE_MAP = {
|
|||||||
BlindType.VerticalBlind: CoverDeviceClass.BLIND,
|
BlindType.VerticalBlind: CoverDeviceClass.BLIND,
|
||||||
BlindType.VerticalBlindLeft: CoverDeviceClass.BLIND,
|
BlindType.VerticalBlindLeft: CoverDeviceClass.BLIND,
|
||||||
BlindType.VerticalBlindRight: CoverDeviceClass.BLIND,
|
BlindType.VerticalBlindRight: CoverDeviceClass.BLIND,
|
||||||
|
BlindType.RollerTiltMotor: CoverDeviceClass.BLIND,
|
||||||
}
|
}
|
||||||
|
|
||||||
TILT_ONLY_DEVICE_MAP = {
|
TILT_ONLY_DEVICE_MAP = {
|
||||||
|
@ -21,5 +21,5 @@
|
|||||||
"documentation": "https://www.home-assistant.io/integrations/motion_blinds",
|
"documentation": "https://www.home-assistant.io/integrations/motion_blinds",
|
||||||
"iot_class": "local_push",
|
"iot_class": "local_push",
|
||||||
"loggers": ["motionblinds"],
|
"loggers": ["motionblinds"],
|
||||||
"requirements": ["motionblinds==0.6.27"]
|
"requirements": ["motionblinds==0.6.28"]
|
||||||
}
|
}
|
||||||
|
2
requirements_all.txt
generated
2
requirements_all.txt
generated
@ -1448,7 +1448,7 @@ monzopy==1.4.2
|
|||||||
mopeka-iot-ble==0.8.0
|
mopeka-iot-ble==0.8.0
|
||||||
|
|
||||||
# homeassistant.components.motion_blinds
|
# homeassistant.components.motion_blinds
|
||||||
motionblinds==0.6.27
|
motionblinds==0.6.28
|
||||||
|
|
||||||
# homeassistant.components.motionblinds_ble
|
# homeassistant.components.motionblinds_ble
|
||||||
motionblindsble==0.1.3
|
motionblindsble==0.1.3
|
||||||
|
2
requirements_test_all.txt
generated
2
requirements_test_all.txt
generated
@ -1237,7 +1237,7 @@ monzopy==1.4.2
|
|||||||
mopeka-iot-ble==0.8.0
|
mopeka-iot-ble==0.8.0
|
||||||
|
|
||||||
# homeassistant.components.motion_blinds
|
# homeassistant.components.motion_blinds
|
||||||
motionblinds==0.6.27
|
motionblinds==0.6.28
|
||||||
|
|
||||||
# homeassistant.components.motionblinds_ble
|
# homeassistant.components.motionblinds_ble
|
||||||
motionblindsble==0.1.3
|
motionblindsble==0.1.3
|
||||||
|
Loading…
x
Reference in New Issue
Block a user