Bump pylitterbot to 2023.4.11 (#114918)

This commit is contained in:
Nathan Spencer 2024-04-06 03:16:00 -07:00 committed by GitHub
parent d9573bb7dc
commit 6594d022ba
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 33 additions and 5 deletions

View file

@ -86,7 +86,7 @@ async def test_litter_robot_sensor(
assert sensor.state == "2022-09-17T12:06:37+00:00"
assert sensor.attributes["device_class"] == SensorDeviceClass.TIMESTAMP
sensor = hass.states.get("sensor.test_status_code")
assert sensor.state == "dfs"
assert sensor.state == "rdy"
assert sensor.attributes["device_class"] == SensorDeviceClass.ENUM
sensor = hass.states.get("sensor.test_litter_level")
assert sensor.state == "70.0"