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
18 changes: 17 additions & 1 deletion source/_components/vacuum.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ vacuum:

### {% linkable_title Component services %}

Available services: `turn_on`, `turn_off`, `start_pause`, `stop`, `return_to_home`, `locate`, `clean_spot`, `set_fanspeed` and `send_command`.
Available services: `turn_on`, `turn_off`, `start_pause`, `start`, `pause`, `stop`, `return_to_home`, `locate`, `clean_spot`, `set_fanspeed` and `send_command`.

Before calling one of these services, make sure your vacuum platform supports it.

Expand Down Expand Up @@ -51,6 +51,22 @@ Start, pause or resume a cleaning task.
|---------------------------|----------|-------------------------------------------------------|
| `entity_id` | yes | Only act on specific vacuum. Else targets all. |

#### {% linkable_title Service `vacuum.start` %}

Start or resume a cleaning task.

| Service data attribute | Optional | Description |
|---------------------------|----------|-------------------------------------------------------|
| `entity_id` | yes | Only act on specific vacuum. Else targets all. |

#### {% linkable_title Service `vacuum.pause` %}

Pause a cleaning task.

| Service data attribute | Optional | Description |
|---------------------------|----------|-------------------------------------------------------|
| `entity_id` | yes | Only act on specific vacuum. Else targets all. |

#### {% linkable_title Service `vacuum.stop` %}

Stop the current activity of the vacuum.
Expand Down