Bump yalexs to 6.4.2 (#121467)

This commit is contained in:
J. Nick Koston
2024-07-10 11:52:56 +02:00
committed by Franck Nijhof
parent 9512f9eec3
commit 0a1b46c52f
5 changed files with 5 additions and 5 deletions
@@ -28,5 +28,5 @@
"documentation": "https://www.home-assistant.io/integrations/august",
"iot_class": "cloud_push",
"loggers": ["pubnub", "yalexs"],
"requirements": ["yalexs==6.4.1", "yalexs-ble==2.4.3"]
"requirements": ["yalexs==6.4.2", "yalexs-ble==2.4.3"]
}
+1 -1
View File
@@ -2933,7 +2933,7 @@ yalesmartalarmclient==0.3.9
yalexs-ble==2.4.3
# homeassistant.components.august
yalexs==6.4.1
yalexs==6.4.2
# homeassistant.components.yeelight
yeelight==0.7.14
+1 -1
View File
@@ -2292,7 +2292,7 @@ yalesmartalarmclient==0.3.9
yalexs-ble==2.4.3
# homeassistant.components.august
yalexs==6.4.1
yalexs==6.4.2
# homeassistant.components.yeelight
yeelight==0.7.14
@@ -36,7 +36,7 @@
"currentFirmwareVersion": "2.27.0",
"battery": {},
"batteryLevel": "Low",
"batteryRaw": 170
"batteryRaw": 128
},
"OfflineKeys": {
"created": [],
+1 -1
View File
@@ -88,7 +88,7 @@ async def test_create_lock_with_linked_keypad(
assert entry.unique_id == "A6697750D607098BAE8D6BAA11EF8063_device_battery"
state = hass.states.get("sensor.front_door_lock_keypad_battery")
assert state.state == "60"
assert state.state == "62"
assert state.attributes[ATTR_UNIT_OF_MEASUREMENT] == PERCENTAGE
entry = entity_registry.async_get("sensor.front_door_lock_keypad_battery")
assert entry