Bump pylitterbot to 2022.9.5 (#78785)
This commit is contained in:
parent
08c8ab7302
commit
10a12b1bc9
4 changed files with 4 additions and 4 deletions
|
@ -88,7 +88,7 @@ async def test_litter_robot_sensor(
|
|||
assert sensor.state == "dfs"
|
||||
assert sensor.attributes["device_class"] == "litterrobot__status_code"
|
||||
sensor = hass.states.get("sensor.test_litter_level")
|
||||
assert sensor.state == "0.0"
|
||||
assert sensor.state == "70.0"
|
||||
assert sensor.attributes["unit_of_measurement"] == PERCENTAGE
|
||||
sensor = hass.states.get("sensor.test_pet_weight")
|
||||
assert sensor.state == "12.0"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue