Skip to content

Commit 94d1670

Browse files
authored
Revise Roborock vacuum area cleaning instructions (#45158)
1 parent bcfb0ce commit 94d1670

1 file changed

Lines changed: 16 additions & 14 deletions

File tree

source/_integrations/roborock.markdown

Lines changed: 16 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -425,23 +425,25 @@ We plan to make the process simpler in the future, but for now, it is a multi-st
425425
"17": Living room
426426
```
427427

428-
3. Go back to {% my developer_call_service service="vacuum.send_command" title="**Settings** > **Developer tools** > **Actions** > **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.
428+
3. You can then apply [Mapping your vacuum areas to Home Assistant areas](/integrations/vacuum/#mapping-your-vacuum-areas-to-home-assistant-areas) to the Roborock vacuum entity linked to your Roborock device.
429429

430-
Example:
430+
Alternatively, go back to {% my developer_call_service service="vacuum.send_command" title="**Settings** > **Developer tools** > **Actions** > **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.
431431

432-
```yaml
433-
action: vacuum.send_command
434-
data:
435-
command: app_segment_clean
436-
params:
437-
- segments:
438-
- 22
439-
- 23
440-
repeat: 2
441-
target:
442-
entity_id: vacuum.s7_roborock
432+
Example:
443433

444-
```
434+
```yaml
435+
action: vacuum.send_command
436+
data:
437+
command: app_segment_clean
438+
params:
439+
- segments:
440+
- 22
441+
- 23
442+
repeat: 2
443+
target:
444+
entity_id: vacuum.s7_roborock
445+
446+
```
445447

446448
## Troubleshooting
447449

0 commit comments

Comments
 (0)