Bump pylitterbot to 2022.9.5 (#78785)

This commit is contained in:
Nathan Spencer 2022-09-19 13:29:29 -06:00 committed by GitHub
parent 08c8ab7302
commit 10a12b1bc9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 4 deletions

View file

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