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
|
@ -3,7 +3,7 @@
|
||||||
"name": "Litter-Robot",
|
"name": "Litter-Robot",
|
||||||
"config_flow": true,
|
"config_flow": true,
|
||||||
"documentation": "https://www.home-assistant.io/integrations/litterrobot",
|
"documentation": "https://www.home-assistant.io/integrations/litterrobot",
|
||||||
"requirements": ["pylitterbot==2022.9.3"],
|
"requirements": ["pylitterbot==2022.9.5"],
|
||||||
"codeowners": ["@natekspencer", "@tkdrob"],
|
"codeowners": ["@natekspencer", "@tkdrob"],
|
||||||
"dhcp": [{ "hostname": "litter-robot4" }],
|
"dhcp": [{ "hostname": "litter-robot4" }],
|
||||||
"iot_class": "cloud_push",
|
"iot_class": "cloud_push",
|
||||||
|
|
|
@ -1674,7 +1674,7 @@ pylibrespot-java==0.1.0
|
||||||
pylitejet==0.3.0
|
pylitejet==0.3.0
|
||||||
|
|
||||||
# homeassistant.components.litterrobot
|
# homeassistant.components.litterrobot
|
||||||
pylitterbot==2022.9.3
|
pylitterbot==2022.9.5
|
||||||
|
|
||||||
# homeassistant.components.lutron_caseta
|
# homeassistant.components.lutron_caseta
|
||||||
pylutron-caseta==0.15.1
|
pylutron-caseta==0.15.1
|
||||||
|
|
|
@ -1169,7 +1169,7 @@ pylibrespot-java==0.1.0
|
||||||
pylitejet==0.3.0
|
pylitejet==0.3.0
|
||||||
|
|
||||||
# homeassistant.components.litterrobot
|
# homeassistant.components.litterrobot
|
||||||
pylitterbot==2022.9.3
|
pylitterbot==2022.9.5
|
||||||
|
|
||||||
# homeassistant.components.lutron_caseta
|
# homeassistant.components.lutron_caseta
|
||||||
pylutron-caseta==0.15.1
|
pylutron-caseta==0.15.1
|
||||||
|
|
|
@ -88,7 +88,7 @@ async def test_litter_robot_sensor(
|
||||||
assert sensor.state == "dfs"
|
assert sensor.state == "dfs"
|
||||||
assert sensor.attributes["device_class"] == "litterrobot__status_code"
|
assert sensor.attributes["device_class"] == "litterrobot__status_code"
|
||||||
sensor = hass.states.get("sensor.test_litter_level")
|
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
|
assert sensor.attributes["unit_of_measurement"] == PERCENTAGE
|
||||||
sensor = hass.states.get("sensor.test_pet_weight")
|
sensor = hass.states.get("sensor.test_pet_weight")
|
||||||
assert sensor.state == "12.0"
|
assert sensor.state == "12.0"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue