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

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

View file

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

View file

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

View file

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