mirror of
https://github.com/home-assistant/core.git
synced 2025-07-20 11:47:06 +00:00
Bump pylitterbot to 2024.0.0 (#135891)
This commit is contained in:
parent
f5dd3ef530
commit
81b7d01a7d
@ -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.5.0"]
|
"requirements": ["pylitterbot==2024.0.0"]
|
||||||
}
|
}
|
||||||
|
2
requirements_all.txt
generated
2
requirements_all.txt
generated
@ -2079,7 +2079,7 @@ pylibrespot-java==0.1.1
|
|||||||
pylitejet==0.6.3
|
pylitejet==0.6.3
|
||||||
|
|
||||||
# homeassistant.components.litterrobot
|
# homeassistant.components.litterrobot
|
||||||
pylitterbot==2023.5.0
|
pylitterbot==2024.0.0
|
||||||
|
|
||||||
# homeassistant.components.lutron_caseta
|
# homeassistant.components.lutron_caseta
|
||||||
pylutron-caseta==0.23.0
|
pylutron-caseta==0.23.0
|
||||||
|
2
requirements_test_all.txt
generated
2
requirements_test_all.txt
generated
@ -1693,7 +1693,7 @@ pylibrespot-java==0.1.1
|
|||||||
pylitejet==0.6.3
|
pylitejet==0.6.3
|
||||||
|
|
||||||
# homeassistant.components.litterrobot
|
# homeassistant.components.litterrobot
|
||||||
pylitterbot==2023.5.0
|
pylitterbot==2024.0.0
|
||||||
|
|
||||||
# homeassistant.components.lutron_caseta
|
# homeassistant.components.lutron_caseta
|
||||||
pylutron-caseta==0.23.0
|
pylutron-caseta==0.23.0
|
||||||
|
@ -90,6 +90,14 @@ ROBOT_4_DATA = {
|
|||||||
"isUSBPowerOn": True,
|
"isUSBPowerOn": True,
|
||||||
"USBFaultStatus": "CLEAR",
|
"USBFaultStatus": "CLEAR",
|
||||||
"isDFIPartialFull": True,
|
"isDFIPartialFull": True,
|
||||||
|
"isLaserDirty": False,
|
||||||
|
"surfaceType": "TILE",
|
||||||
|
"hopperStatus": None,
|
||||||
|
"scoopsSavedCount": 3769,
|
||||||
|
"isHopperRemoved": None,
|
||||||
|
"optimalLitterLevel": 450,
|
||||||
|
"litterLevelPercentage": 0.7,
|
||||||
|
"litterLevelState": "OPTIMAL",
|
||||||
}
|
}
|
||||||
FEEDER_ROBOT_DATA = {
|
FEEDER_ROBOT_DATA = {
|
||||||
"id": 1,
|
"id": 1,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user