Add button platform to Roborock (#29591)

* Add button platform

* Tiny tweaks

* missed one

* tweak

* Sort keys

---------

Co-authored-by: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com>
This commit is contained in:
Luke Lashley 2023-11-01 16:50:56 -04:00 committed by GitHub
parent b1e29fd357
commit 5353d4ffb0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,6 +3,7 @@ title: Roborock
description: Instructions on how to integrate Roborock vacuums into Home Assistant
ha_category:
- Binary Sensor
- Button
- Number
- Select
- Sensor
@ -18,6 +19,7 @@ ha_codeowners:
ha_domain: roborock
ha_platforms:
- binary_sensor
- button
- diagnostics
- number
- select
@ -112,6 +114,18 @@ Do not disturb - This enables _Do not disturb_ during the time frame you have se
Volume - This allows you to control the volume of the robot's voice. For example, when it states "Starting cleaning". This allows you to set the volume to 0%, while the app limits it to 20%.
### Button
There are currently four buttons that allow you to reset the various maintenance items on your vacuum. Pressing the button cannot be undone. For this reason, the buttons are disabled by default to make sure they are not pressed unintentionally.
Reset sensor consumable - The sensors on your vacuum are expected to be cleaned after 30 hours of use.
Reset side brush consumable - The side brush is expected to be replaced every 200 hours.
Reset main brush consumable - The main brush/ roller is expected to be replaced every 300 hours.
Reset air filter - The air filter is expected to be replaced every 150 hours.
## FAQ