diff --git a/homeassistant/components/litterrobot/manifest.json b/homeassistant/components/litterrobot/manifest.json index 0b162ee2e56..d3dcf77f324 100644 --- a/homeassistant/components/litterrobot/manifest.json +++ b/homeassistant/components/litterrobot/manifest.json @@ -12,5 +12,5 @@ "integration_type": "hub", "iot_class": "cloud_push", "loggers": ["pylitterbot"], - "requirements": ["pylitterbot==2023.1.2"] + "requirements": ["pylitterbot==2023.4.0"] } diff --git a/requirements_all.txt b/requirements_all.txt index 426fcbad9ff..a2447e16cdd 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -1755,7 +1755,7 @@ pylibrespot-java==0.1.1 pylitejet==0.5.0 # homeassistant.components.litterrobot -pylitterbot==2023.1.2 +pylitterbot==2023.4.0 # homeassistant.components.lutron_caseta pylutron-caseta==0.18.1 diff --git a/requirements_test_all.txt b/requirements_test_all.txt index e25537c3805..1740da23e0b 100644 --- a/requirements_test_all.txt +++ b/requirements_test_all.txt @@ -1274,7 +1274,7 @@ pylibrespot-java==0.1.1 pylitejet==0.5.0 # homeassistant.components.litterrobot -pylitterbot==2023.1.2 +pylitterbot==2023.4.0 # homeassistant.components.lutron_caseta pylutron-caseta==0.18.1 diff --git a/tests/components/litterrobot/test_sensor.py b/tests/components/litterrobot/test_sensor.py index 9586e7cdbfc..adb44d59bff 100644 --- a/tests/components/litterrobot/test_sensor.py +++ b/tests/components/litterrobot/test_sensor.py @@ -101,5 +101,5 @@ async def test_feeder_robot_sensor( """Tests Feeder-Robot sensors.""" await setup_integration(hass, mock_account_with_feederrobot, PLATFORM_DOMAIN) sensor = hass.states.get("sensor.test_food_level") - assert sensor.state == "20" + assert sensor.state == "10" assert sensor.attributes["unit_of_measurement"] == PERCENTAGE