mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 11:17:21 +00:00
Bump yalexs to 3.0.1 (#114678)
* Bump yalexs to 3.0.1 changelog: https://github.com/bdraco/yalexs/compare/v2.0.0...v3.0.1 * fix for breaking change
This commit is contained in:
parent
17da077c74
commit
1779fe8f62
@ -135,7 +135,10 @@ class AugustLock(AugustEntityMixin, RestoreEntity, LockEntity):
|
|||||||
|
|
||||||
self._attr_is_jammed = self._lock_status is LockStatus.JAMMED
|
self._attr_is_jammed = self._lock_status is LockStatus.JAMMED
|
||||||
self._attr_is_locking = self._lock_status is LockStatus.LOCKING
|
self._attr_is_locking = self._lock_status is LockStatus.LOCKING
|
||||||
self._attr_is_unlocking = self._lock_status is LockStatus.UNLOCKING
|
self._attr_is_unlocking = self._lock_status in (
|
||||||
|
LockStatus.UNLOCKING,
|
||||||
|
LockStatus.UNLATCHING,
|
||||||
|
)
|
||||||
|
|
||||||
self._attr_extra_state_attributes = {
|
self._attr_extra_state_attributes = {
|
||||||
ATTR_BATTERY_LEVEL: self._detail.battery_level
|
ATTR_BATTERY_LEVEL: self._detail.battery_level
|
||||||
|
@ -28,5 +28,5 @@
|
|||||||
"documentation": "https://www.home-assistant.io/integrations/august",
|
"documentation": "https://www.home-assistant.io/integrations/august",
|
||||||
"iot_class": "cloud_push",
|
"iot_class": "cloud_push",
|
||||||
"loggers": ["pubnub", "yalexs"],
|
"loggers": ["pubnub", "yalexs"],
|
||||||
"requirements": ["yalexs==2.0.0", "yalexs-ble==2.4.2"]
|
"requirements": ["yalexs==3.0.1", "yalexs-ble==2.4.2"]
|
||||||
}
|
}
|
||||||
|
@ -2905,7 +2905,7 @@ yalesmartalarmclient==0.3.9
|
|||||||
yalexs-ble==2.4.2
|
yalexs-ble==2.4.2
|
||||||
|
|
||||||
# homeassistant.components.august
|
# homeassistant.components.august
|
||||||
yalexs==2.0.0
|
yalexs==3.0.1
|
||||||
|
|
||||||
# homeassistant.components.yeelight
|
# homeassistant.components.yeelight
|
||||||
yeelight==0.7.14
|
yeelight==0.7.14
|
||||||
|
@ -2246,7 +2246,7 @@ yalesmartalarmclient==0.3.9
|
|||||||
yalexs-ble==2.4.2
|
yalexs-ble==2.4.2
|
||||||
|
|
||||||
# homeassistant.components.august
|
# homeassistant.components.august
|
||||||
yalexs==2.0.0
|
yalexs==3.0.1
|
||||||
|
|
||||||
# homeassistant.components.yeelight
|
# homeassistant.components.yeelight
|
||||||
yeelight==0.7.14
|
yeelight==0.7.14
|
||||||
|
Loading…
x
Reference in New Issue
Block a user