mirror of
https://github.com/home-assistant/core.git
synced 2025-07-16 09:47:13 +00:00
Bump pylitterbot to 2023.4.0 (#91759)
This commit is contained in:
parent
8363183943
commit
64f8059f00
@ -12,5 +12,5 @@
|
|||||||
"integration_type": "hub",
|
"integration_type": "hub",
|
||||||
"iot_class": "cloud_push",
|
"iot_class": "cloud_push",
|
||||||
"loggers": ["pylitterbot"],
|
"loggers": ["pylitterbot"],
|
||||||
"requirements": ["pylitterbot==2023.1.2"]
|
"requirements": ["pylitterbot==2023.4.0"]
|
||||||
}
|
}
|
||||||
|
@ -1753,7 +1753,7 @@ pylibrespot-java==0.1.1
|
|||||||
pylitejet==0.5.0
|
pylitejet==0.5.0
|
||||||
|
|
||||||
# homeassistant.components.litterrobot
|
# homeassistant.components.litterrobot
|
||||||
pylitterbot==2023.1.2
|
pylitterbot==2023.4.0
|
||||||
|
|
||||||
# homeassistant.components.lutron_caseta
|
# homeassistant.components.lutron_caseta
|
||||||
pylutron-caseta==0.18.1
|
pylutron-caseta==0.18.1
|
||||||
|
@ -1269,7 +1269,7 @@ pylibrespot-java==0.1.1
|
|||||||
pylitejet==0.5.0
|
pylitejet==0.5.0
|
||||||
|
|
||||||
# homeassistant.components.litterrobot
|
# homeassistant.components.litterrobot
|
||||||
pylitterbot==2023.1.2
|
pylitterbot==2023.4.0
|
||||||
|
|
||||||
# homeassistant.components.lutron_caseta
|
# homeassistant.components.lutron_caseta
|
||||||
pylutron-caseta==0.18.1
|
pylutron-caseta==0.18.1
|
||||||
|
@ -101,5 +101,5 @@ async def test_feeder_robot_sensor(
|
|||||||
"""Tests Feeder-Robot sensors."""
|
"""Tests Feeder-Robot sensors."""
|
||||||
await setup_integration(hass, mock_account_with_feederrobot, PLATFORM_DOMAIN)
|
await setup_integration(hass, mock_account_with_feederrobot, PLATFORM_DOMAIN)
|
||||||
sensor = hass.states.get("sensor.test_food_level")
|
sensor = hass.states.get("sensor.test_food_level")
|
||||||
assert sensor.state == "20"
|
assert sensor.state == "10"
|
||||||
assert sensor.attributes["unit_of_measurement"] == PERCENTAGE
|
assert sensor.attributes["unit_of_measurement"] == PERCENTAGE
|
||||||
|
Loading…
x
Reference in New Issue
Block a user