From 458002e1a9838c57a8b0bc47289e6d1fc929b022 Mon Sep 17 00:00:00 2001 From: Luke Date: Thu, 8 Jun 2023 12:28:11 -0400 Subject: [PATCH] Fix typo in Roborock room cleaning (#27718) --- source/_integrations/roborock.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/_integrations/roborock.markdown b/source/_integrations/roborock.markdown index f20bcbd2693..f79972c0732 100644 --- a/source/_integrations/roborock.markdown +++ b/source/_integrations/roborock.markdown @@ -57,7 +57,7 @@ We plan to make the process simpler in the future, but for now, it is a multi-st 4) Go to **Developer Tools** > **Services** > **Vacuum: Send Command**. Select your vacuum as the entity and 'get_room_mapping' as the command. 5) Go back to your logs and look at the response to `get_room_mapping`. This is a list of the 6-digit IDs you saw earlier to 2-digit IDs. In your original list of room names and 6-digit IDs, replace the 6-digit ID with its pairing 2-digit ID. 6) Now, you have the 2-digit ID that your vacuum uses to describe a room. -7) Go back to **Developer Tools** > **Services** > **Vacuum: Send Command** then type `app_segment_clean` as your command and 'segments' with a list of the 2-digit IDs you want to clean. Then, add `repeats` with a number (ranging from 1 to 3) to determine how many times you want to clean these areas. +7) Go back to **Developer Tools** > **Services** > **Vacuum: Send Command** then type `app_segment_clean` as your command and 'segments' with a list of the 2-digit IDs you want to clean. Then, add `repeat` with a number (ranging from 1 to 3) to determine how many times you want to clean these areas. Example: ```yaml @@ -68,7 +68,7 @@ data: - segments: - 22 - 23 - - repeats: 1 + - repeat: 1 target: entity_id: vacuum.s7_roborock