From 042a0d2688f631c98072e79c35c184e03fe0ba27 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jaros=C5=82aw=20Salwa?= Date: Tue, 2 Apr 2019 10:05:15 +0200 Subject: [PATCH] Update vacuum.markdown with return_to_base service (#9094) Fix documentation and replace wrong service (return_to_home) with a proper one (return_to_base). --- source/_components/vacuum.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/_components/vacuum.markdown b/source/_components/vacuum.markdown index ffdf18dabf9..2a5da6f3263 100644 --- a/source/_components/vacuum.markdown +++ b/source/_components/vacuum.markdown @@ -26,7 +26,7 @@ vacuum: ### {% linkable_title Component services %} -Available services: `turn_on`, `turn_off`, `start_pause`, `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_base`, `locate`, `clean_spot`, `set_fanspeed` and `send_command`. Before calling one of these services, make sure your vacuum platform supports it. @@ -78,7 +78,7 @@ Stop the current activity of the vacuum. |---------------------------|----------|-------------------------------------------------------| | `entity_id` | yes | Only act on specific vacuum. Else targets all. | -#### {% linkable_title Service `vacuum.return_to_home` %} +#### {% linkable_title Service `vacuum.return_to_base` %} Tell the vacuum to return home.