Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions source/_integrations/xiaomi_miio.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -1411,6 +1411,22 @@ automation:
segments: 1
```

The original app for Xiaomi vacuum has a nice feature of room cleaning with repetition, you can achieve the same result with repeating segments:

```yaml
automation:
- alias: "Vacuum kitchen"
trigger:
- event: start
platform: homeassistant
action:
- service: xiaomi_miio.vacuum_clean_segment
target:
entity_id: vacuum.xiaomi_vacuum
data:
segments: [1, 1]
```

### Attributes

In addition to [all of the attributes provided by the `vacuum` component](/integrations/vacuum/#attributes),
Expand Down