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 Franck Nijhof
parent 9512f9eec3
commit 0a1b46c52f
No known key found for this signature in database
GPG Key ID: D62583BA8AB11CA3
5 changed files with 5 additions and 5 deletions

View File

@ -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==6.4.1", "yalexs-ble==2.4.3"] "requirements": ["yalexs==6.4.2", "yalexs-ble==2.4.3"]
} }

View File

@ -2933,7 +2933,7 @@ yalesmartalarmclient==0.3.9
yalexs-ble==2.4.3 yalexs-ble==2.4.3
# homeassistant.components.august # homeassistant.components.august
yalexs==6.4.1 yalexs==6.4.2
# homeassistant.components.yeelight # homeassistant.components.yeelight
yeelight==0.7.14 yeelight==0.7.14

View File

@ -2292,7 +2292,7 @@ yalesmartalarmclient==0.3.9
yalexs-ble==2.4.3 yalexs-ble==2.4.3
# homeassistant.components.august # homeassistant.components.august
yalexs==6.4.1 yalexs==6.4.2
# homeassistant.components.yeelight # homeassistant.components.yeelight
yeelight==0.7.14 yeelight==0.7.14

View File

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

View File

@ -88,7 +88,7 @@ async def test_create_lock_with_linked_keypad(
assert entry.unique_id == "A6697750D607098BAE8D6BAA11EF8063_device_battery" assert entry.unique_id == "A6697750D607098BAE8D6BAA11EF8063_device_battery"
state = hass.states.get("sensor.front_door_lock_keypad_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 assert state.attributes[ATTR_UNIT_OF_MEASUREMENT] == PERCENTAGE
entry = entity_registry.async_get("sensor.front_door_lock_keypad_battery") entry = entity_registry.async_get("sensor.front_door_lock_keypad_battery")
assert entry assert entry