Vacuum component: Update to reflect new start and pause service calls (#5941)

This commit is contained in:
Conrad Juhl Andersen 2018-08-03 11:23:49 +02:00 committed by Paulus Schoutsen
parent 2d23eb2fca
commit 6d36841231

View File

@ -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.
@ -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.