diff --git a/source/_components/vacuum.markdown b/source/_components/vacuum.markdown index bcbf2b1ccaa..3df2abbca45 100644 --- a/source/_components/vacuum.markdown +++ b/source/_components/vacuum.markdown @@ -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.