From 10a12b1bc929f06f3397a954936c754971f0db9e Mon Sep 17 00:00:00 2001 From: Nathan Spencer Date: Mon, 19 Sep 2022 13:29:29 -0600 Subject: [PATCH] Bump pylitterbot to 2022.9.5 (#78785) --- homeassistant/components/litterrobot/manifest.json | 2 +- requirements_all.txt | 2 +- requirements_test_all.txt | 2 +- tests/components/litterrobot/test_sensor.py | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/homeassistant/components/litterrobot/manifest.json b/homeassistant/components/litterrobot/manifest.json index fb26f0ca685..44a7fd837ed 100644 --- a/homeassistant/components/litterrobot/manifest.json +++ b/homeassistant/components/litterrobot/manifest.json @@ -3,7 +3,7 @@ "name": "Litter-Robot", "config_flow": true, "documentation": "https://www.home-assistant.io/integrations/litterrobot", - "requirements": ["pylitterbot==2022.9.3"], + "requirements": ["pylitterbot==2022.9.5"], "codeowners": ["@natekspencer", "@tkdrob"], "dhcp": [{ "hostname": "litter-robot4" }], "iot_class": "cloud_push", diff --git a/requirements_all.txt b/requirements_all.txt index 304ec394577..4aa1c5d07e1 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -1674,7 +1674,7 @@ pylibrespot-java==0.1.0 pylitejet==0.3.0 # homeassistant.components.litterrobot -pylitterbot==2022.9.3 +pylitterbot==2022.9.5 # homeassistant.components.lutron_caseta pylutron-caseta==0.15.1 diff --git a/requirements_test_all.txt b/requirements_test_all.txt index 104275aad87..a3ea1dbd719 100644 --- a/requirements_test_all.txt +++ b/requirements_test_all.txt @@ -1169,7 +1169,7 @@ pylibrespot-java==0.1.0 pylitejet==0.3.0 # homeassistant.components.litterrobot -pylitterbot==2022.9.3 +pylitterbot==2022.9.5 # homeassistant.components.lutron_caseta pylutron-caseta==0.15.1 diff --git a/tests/components/litterrobot/test_sensor.py b/tests/components/litterrobot/test_sensor.py index 1e56b7f06b2..536e6ddf188 100644 --- a/tests/components/litterrobot/test_sensor.py +++ b/tests/components/litterrobot/test_sensor.py @@ -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"