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:
J. Nick Koston 2024-04-02 11:37:16 -10:00 committed by GitHub
parent 17da077c74
commit 1779fe8f62
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 7 additions and 4 deletions

View file

@ -135,7 +135,10 @@ class AugustLock(AugustEntityMixin, RestoreEntity, LockEntity):
self._attr_is_jammed = self._lock_status is LockStatus.JAMMED
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 = {
ATTR_BATTERY_LEVEL: self._detail.battery_level

View file

@ -28,5 +28,5 @@
"documentation": "https://www.home-assistant.io/integrations/august",
"iot_class": "cloud_push",
"loggers": ["pubnub", "yalexs"],
"requirements": ["yalexs==2.0.0", "yalexs-ble==2.4.2"]
"requirements": ["yalexs==3.0.1", "yalexs-ble==2.4.2"]
}

View file

@ -2905,7 +2905,7 @@ yalesmartalarmclient==0.3.9
yalexs-ble==2.4.2
# homeassistant.components.august
yalexs==2.0.0
yalexs==3.0.1
# homeassistant.components.yeelight
yeelight==0.7.14

View file

@ -2246,7 +2246,7 @@ yalesmartalarmclient==0.3.9
yalexs-ble==2.4.2
# homeassistant.components.august
yalexs==2.0.0
yalexs==3.0.1
# homeassistant.components.yeelight
yeelight==0.7.14