Bump yalexs to 6.4.2 (#121467)

This commit is contained in:
J. Nick Koston 2024-07-07 13:41:31 -07:00 committed by GitHub
parent 4cf733b9a2
commit 27a2114ba9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 5 additions and 5 deletions

View file

@ -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"]
}

View file

@ -2940,7 +2940,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

View file

@ -2299,7 +2299,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

View file

@ -36,7 +36,7 @@
"currentFirmwareVersion": "2.27.0",
"battery": {},
"batteryLevel": "Low",
"batteryRaw": 170
"batteryRaw": 128
},
"OfflineKeys": {
"created": [],

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