Bump yalexs to 6.4.2 (#121467)
This commit is contained in:
parent
4cf733b9a2
commit
27a2114ba9
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"]
|
||||
}
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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…
Add table
Reference in a new issue