From 5353d4ffb041aa9f3751dad0b108215562cf6b63 Mon Sep 17 00:00:00 2001 From: Luke Lashley Date: Wed, 1 Nov 2023 16:50:56 -0400 Subject: [PATCH] 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> --- source/_integrations/roborock.markdown | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/source/_integrations/roborock.markdown b/source/_integrations/roborock.markdown index f271de47a59..65a2b841d08 100644 --- a/source/_integrations/roborock.markdown +++ b/source/_integrations/roborock.markdown @@ -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