Bump pylitterbot to 2023.4.11 (#114918)
This commit is contained in:
parent
d9573bb7dc
commit
6594d022ba
7 changed files with 33 additions and 5 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue