Add documentation for reset button for Litter-Robot 4 (#37040)

This commit is contained in:
Nathan Spencer 2025-01-22 01:34:42 -07:00 committed by GitHub
parent 46c4e4950b
commit b2a23b8a1e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -39,7 +39,7 @@ You will need a Litter-Robot account as well as a Wi-Fi-enabled Litter-Robot or
### Litter-Robot ### Litter-Robot
| Entity | Domain | Description | | Entity | Domain | Description |
| ----------------------------- | -------- | -------------------------------------------------------------------------------- | | ----------------------------- | -------- | ----------------------------------------------------------------------------------------------------------- |
| Litter box | `vacuum` | Main entity that represents a Litter-Robot unit. | | 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. | | 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. | | Panel lockout | `switch` | When turned on, disables the buttons on the unit to prevent changes to settings. |
@ -52,6 +52,7 @@ You will need a Litter-Robot account as well as a Wi-Fi-enabled Litter-Robot or
| Waste Drawer | `sensor` | Displays the current waste drawer level. | | Waste Drawer | `sensor` | Displays the current waste drawer level. |
| Clean Cycle Wait Time Minutes | `select` | View and select the clean cycle wait time. | | Clean Cycle Wait Time Minutes | `select` | View and select the clean cycle wait time. |
| Panel brightness | `select` | View and select the panel brightness, only for Litter-Robot 4. | | Panel brightness | `select` | View and select the panel brightness, only for Litter-Robot 4. |
| Reset | `button` | Button to reset the robot, clearing any errors and potentially triggering a cycle, only for Litter-Robot 4. |
| Reset Waste Drawer | `button` | Button to reset the waste drawer level to 0%, only for Litter-Robot 3. | | Reset Waste Drawer | `button` | Button to reset the waste drawer level to 0%, only for Litter-Robot 3. |
| Firmware | `update` | View and update to the latest firmware, only for Litter-Robot 4. | | Firmware | `update` | View and update to the latest firmware, only for Litter-Robot 4. |