From 6d36841231d480bfbf0c6d81ade44626a4d887a9 Mon Sep 17 00:00:00 2001 From: Conrad Juhl Andersen Date: Fri, 3 Aug 2018 11:23:49 +0200 Subject: [PATCH] Vacuum component: Update to reflect new start and pause service calls (#5941) --- source/_components/vacuum.markdown | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) 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.