From c5a0d7c22826da7c4ad0e3234296782ce12ab56c Mon Sep 17 00:00:00 2001 From: Nathan Spencer Date: Tue, 24 Jun 2025 10:24:47 -0600 Subject: [PATCH] Add total cycles sensor to Litter-Robot (#39694) --- source/_integrations/litterrobot.markdown | 1 + 1 file changed, 1 insertion(+) diff --git a/source/_integrations/litterrobot.markdown b/source/_integrations/litterrobot.markdown index 497941341cf..1f0f7458757 100644 --- a/source/_integrations/litterrobot.markdown +++ b/source/_integrations/litterrobot.markdown @@ -52,6 +52,7 @@ Before using this integration, you’ll need a Whisker account and a Wi-Fi-enabl | Sleep mode start time | `sensor` | When sleep mode is enabled, displays the current or next sleep mode start time. | | Sleep mode end time | `sensor` | When sleep mode is enabled, displays the current or last sleep mode end time. | | Status code | `sensor` | Displays the status code (Clean Cycle in Progress, Ready, Drawer Full, etc.). | +| Total cycles | `sensor` | Displays the total cycles. | | Waste drawer | `sensor` | Displays the current waste drawer level. | | Power status | `binary_sensor` | Indicates whether power is currently connected. | | Sleep mode | `binary_sensor` | Indicates whether sleep mode is enabled. |