Bump pylitterbot to 2023.4.0 (#91759)

This commit is contained in:
Nathan Spencer 2023-04-20 12:29:35 -06:00 committed by GitHub
parent 9fdc794b36
commit 8ac74c5979
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 4 deletions

View file

@ -12,5 +12,5 @@
"integration_type": "hub",
"iot_class": "cloud_push",
"loggers": ["pylitterbot"],
"requirements": ["pylitterbot==2023.1.2"]
"requirements": ["pylitterbot==2023.4.0"]
}

View file

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

View file

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

View file

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