From d157a83e2efd8a2d2fe779298107a30f1bd79134 Mon Sep 17 00:00:00 2001 From: Nathan Spencer Date: Wed, 8 Jun 2022 15:44:02 +0000 Subject: [PATCH 1/2] Update litterrobot documentation to match current implementation --- source/_integrations/litterrobot.markdown | 35 +++++++++++------------ 1 file changed, 17 insertions(+), 18 deletions(-) diff --git a/source/_integrations/litterrobot.markdown b/source/_integrations/litterrobot.markdown index e1faaf153f94..d3837d985d86 100644 --- a/source/_integrations/litterrobot.markdown +++ b/source/_integrations/litterrobot.markdown @@ -34,16 +34,18 @@ The Feeder-Robot is not currently supported by this integration. The following entities are created for this component and identified by a single device per Litter-Robot unit: -| Entity | Domain | Description | -| ----------------------------- | -------- | -------------------------------------------------------------------------------- | -| Litter Box | `vacuum` | Main entity that represents a Litter-Robot unit. | -| Night Light Mode | `switch` | When turned on, automatically turns on the night light in darker settings. | -| Panel Lockout | `switch` | When turned on, disables the buttons on the unit to prevent changes to settings. | -| 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. | -| Waste Drawer | `sensor` | Displays the current waste drawer level. | -| Clean Cycle Wait Time Minutes | `select` | View and select the clean cycle wait time. | -| Reset Waste Drawer | `button` | Button to reset the waste drawer level to 0%. | +| Entity | Domain | Description | +| ----------------------------- | -------- | ----------------------------------------------------------------------------------------------------------------------------------------------- | +| Litter Box | `vacuum` | Main entity that represents a Litter-Robot unit. | +| Night Light Mode | `switch` | When turned on, automatically turns on the night light in darker settings. | +| Panel Lockout | `switch` | When turned on, disables the buttons on the unit to prevent changes to settings. | +| Last Seen | `sensor` | Displays the time the unit was last seen / reported an update. | +| 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](https://github.com/natekspencer/pylitterbot/blob/884944b011f5fea9639b7d21d19fa3f7708e25a7/pylitterbot/enums.py#L44). | +| Waste Drawer | `sensor` | Displays the current waste drawer level. | +| Clean Cycle Wait Time Minutes | `select` | View and select the clean cycle wait time. | +| Reset Waste Drawer | `button` | Button to reset the waste drawer level to 0%. | ## Additional Attributes @@ -51,14 +53,11 @@ Some entities have attributes in addition to the default ones that are available ### Litter Box `vacuum` entity -| Attribute | Type | Description | -| ----------------------------- | ------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -| clean_cycle_wait_time_minutes | integer | Current wait time, in minutes, between when your cat uses the Litter-Robot and when the unit cycles automatically. | -| is_sleeping | boolean | Whether or not the unit is currently in sleep mode. | -| sleep_mode_enabled | boolean | Whether or not sleep mode is enabled. | -| power_status | string | Current power status of the unit. `AC` indicates normal power, `DC` indicates battery backup and `NC` indicates that the unit is not connected and/or powered off. | -| status_code | string | The [status code](https://github.com/natekspencer/pylitterbot/blob/884944b011f5fea9639b7d21d19fa3f7708e25a7/pylitterbot/enums.py#L44) associated with the current status of the vacuum. | -| last_seen | string | UTC datetime the unit last reported its status. | +| Attribute | Type | Description | +| ------------------ | ------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------ | +| is_sleeping | boolean | Whether or not the unit is currently in sleep mode. | +| sleep_mode_enabled | boolean | Whether or not sleep mode is enabled. | +| power_status | string | Current power status of the unit. `AC` indicates normal power, `DC` indicates battery backup and `NC` indicates that the unit is not connected and/or powered off. | ## Services From 78661f7411f71042f7e612e5833f8370711cdb4c Mon Sep 17 00:00:00 2001 From: Nathan Spencer Date: Sat, 16 Jul 2022 22:14:10 +0000 Subject: [PATCH 2/2] Adjust litterrobot documentation --- source/_integrations/litterrobot.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/_integrations/litterrobot.markdown b/source/_integrations/litterrobot.markdown index d3837d985d86..a0c4b3433ad3 100644 --- a/source/_integrations/litterrobot.markdown +++ b/source/_integrations/litterrobot.markdown @@ -26,7 +26,7 @@ The Litter-Robot integration allows you to control and monitor your Wi-Fi-enable You will need a Litter-Robot account as well as a Wi-Fi-enabled Litter-Robot unit that has already been associated with your account. -The Feeder-Robot is not currently supported by this integration. +The Feeder-Robot and Litter-Robot 4 are not currently supported by this integration. {% include integrations/config_flow.md %} @@ -42,7 +42,7 @@ The following entities are created for this component and identified by a single | Last Seen | `sensor` | Displays the time the unit was last seen / reported an update. | | 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](https://github.com/natekspencer/pylitterbot/blob/884944b011f5fea9639b7d21d19fa3f7708e25a7/pylitterbot/enums.py#L44). | +| Status Code | `sensor` | Displays the status code (Clean Cycle in Progress, Ready, Drawer Full, etc). | | Waste Drawer | `sensor` | Displays the current waste drawer level. | | Clean Cycle Wait Time Minutes | `select` | View and select the clean cycle wait time. | | Reset Waste Drawer | `button` | Button to reset the waste drawer level to 0%. |