mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 05:07:41 +00:00
Bump yalexs to 6.4.2 (#121467)
This commit is contained in:
parent
9512f9eec3
commit
0a1b46c52f
@ -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"]
|
||||
}
|
||||
|
@ -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
|
||||
|
@ -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": [],
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user