mirror of
https://github.com/home-assistant/core.git
synced 2026-09-12 11:38:47 +01:00
Bump pylitterbot to 2025.2.0 and update Litter-Robot 3 test data to match underlying API data (#166350)
Co-authored-by: Joostlek <joostlek@outlook.com>
This commit is contained in:
co-authored by
Joostlek
parent
5a308d11e4
commit
abbbb7df13
@@ -16,5 +16,5 @@
|
||||
"iot_class": "cloud_push",
|
||||
"loggers": ["pylitterbot"],
|
||||
"quality_scale": "platinum",
|
||||
"requirements": ["pylitterbot==2025.1.0"]
|
||||
"requirements": ["pylitterbot==2025.2.0"]
|
||||
}
|
||||
|
||||
Generated
+1
-1
@@ -2257,7 +2257,7 @@ pyliebherrhomeapi==0.4.1
|
||||
pylitejet==0.6.3
|
||||
|
||||
# homeassistant.components.litterrobot
|
||||
pylitterbot==2025.1.0
|
||||
pylitterbot==2025.2.0
|
||||
|
||||
# homeassistant.components.lutron_caseta
|
||||
pylutron-caseta==0.27.0
|
||||
|
||||
Generated
+1
-1
@@ -1931,7 +1931,7 @@ pyliebherrhomeapi==0.4.1
|
||||
pylitejet==0.6.3
|
||||
|
||||
# homeassistant.components.litterrobot
|
||||
pylitterbot==2025.1.0
|
||||
pylitterbot==2025.2.0
|
||||
|
||||
# homeassistant.components.lutron_caseta
|
||||
pylutron-caseta==0.27.0
|
||||
|
||||
@@ -1,15 +1,37 @@
|
||||
{
|
||||
"powerStatus": "AC",
|
||||
"lastSeen": "2022-09-17T13:06:37.884Z",
|
||||
"cleanCycleWaitTimeMinutes": "7",
|
||||
"unitStatus": "RDY",
|
||||
"litterRobotNickname": "Test",
|
||||
"cycleCount": "15",
|
||||
"panelLockActive": "0",
|
||||
"cyclesAfterDrawerFull": "0",
|
||||
"litterRobotSerial": "LR3C012345",
|
||||
"cycleCapacity": "30",
|
||||
"litterRobotId": "a0123b4567cd8e",
|
||||
"litterRobotSerial": "LR3C012345",
|
||||
"litterRobotNickname": "Test",
|
||||
"deviceType": "iot",
|
||||
"cycleCount": "15",
|
||||
"totalCycleCount": "5054",
|
||||
"cycleCapacity": "30",
|
||||
"newCycleCapacity": "39",
|
||||
"savedCycleCapacity": "30",
|
||||
"isDFITriggered": "0",
|
||||
"isDf1Triggered": "0",
|
||||
"isDf2Triggered": "0",
|
||||
"isDfsTriggered": "0",
|
||||
"isManualReset": true,
|
||||
"savedIsManualReset": true,
|
||||
"previousDFITriggered": "0",
|
||||
"DFICycleCount": "5054",
|
||||
"savedCycleCount": "5",
|
||||
"cleanCycleWaitTimeMinutes": "7",
|
||||
"cyclesAfterDrawerFull": 0,
|
||||
"nightLightActive": "1",
|
||||
"sleepModeActive": "112:50:19"
|
||||
"panelLockActive": "0",
|
||||
"sleepModeActive": "112:50:19",
|
||||
"sleepModeTime": 1663460160,
|
||||
"powerStatus": "AC",
|
||||
"unitStatus": "RDY",
|
||||
"sleepModeEndTime": "0",
|
||||
"sleepModeStartTime": "0",
|
||||
"lastSeen": "2022-09-17T13:06:37.884000",
|
||||
"setupDate": "2022-02-05T02:35:53.731810",
|
||||
"isOnboarded": true,
|
||||
"didNotifyOffline": false,
|
||||
"autoOfflineDisabled": true,
|
||||
"scoopsSavedCount": 5054,
|
||||
"baselineCycleCount": "0"
|
||||
}
|
||||
|
||||
@@ -5,18 +5,40 @@
|
||||
]),
|
||||
'robots': list([
|
||||
dict({
|
||||
'DFICycleCount': '5054',
|
||||
'autoOfflineDisabled': True,
|
||||
'baselineCycleCount': '0',
|
||||
'cleanCycleWaitTimeMinutes': '7',
|
||||
'cycleCapacity': '30',
|
||||
'cycleCount': '15',
|
||||
'cyclesAfterDrawerFull': '0',
|
||||
'lastSeen': '2022-09-17T13:06:37.884Z',
|
||||
'cyclesAfterDrawerFull': 0,
|
||||
'deviceType': 'iot',
|
||||
'didNotifyOffline': False,
|
||||
'isDFITriggered': '0',
|
||||
'isDf1Triggered': '0',
|
||||
'isDf2Triggered': '0',
|
||||
'isDfsTriggered': '0',
|
||||
'isManualReset': True,
|
||||
'isOnboarded': True,
|
||||
'lastSeen': '2022-09-17T13:06:37.884000',
|
||||
'litterRobotId': '**REDACTED**',
|
||||
'litterRobotNickname': 'Test',
|
||||
'litterRobotSerial': '**REDACTED**',
|
||||
'newCycleCapacity': '39',
|
||||
'nightLightActive': '1',
|
||||
'panelLockActive': '0',
|
||||
'powerStatus': 'AC',
|
||||
'previousDFITriggered': '0',
|
||||
'savedCycleCapacity': '30',
|
||||
'savedCycleCount': '5',
|
||||
'savedIsManualReset': True,
|
||||
'scoopsSavedCount': 5054,
|
||||
'setupDate': '2022-02-05T02:35:53.731810',
|
||||
'sleepModeActive': '112:50:19',
|
||||
'sleepModeEndTime': '0',
|
||||
'sleepModeStartTime': '0',
|
||||
'sleepModeTime': 1663460160,
|
||||
'totalCycleCount': '5054',
|
||||
'unitStatus': 'RDY',
|
||||
}),
|
||||
]),
|
||||
|
||||
Reference in New Issue
Block a user