From 2bd35c0c12cbe6e09e73ea4975ec224aa4063931 Mon Sep 17 00:00:00 2001 From: DubhAd Date: Fri, 7 Sep 2018 09:07:47 +0100 Subject: [PATCH] Clarity updates (#6210) Given that turn_on and off don't work on some, would be handy to mention that ;) --- 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 3df2abbca45..041edb7d661 100644 --- a/source/_components/vacuum.markdown +++ b/source/_components/vacuum.markdown @@ -29,7 +29,7 @@ Before calling one of these services, make sure your vacuum platform supports it #### {% linkable_title Service `vacuum.turn_on` %} -Start a new cleaning task. +Start a new cleaning task. For the Xiaomi Vacuum and neato use `vacuum.start` instead. | Service data attribute | Optional | Description | |---------------------------|----------|-------------------------------------------------------| @@ -37,7 +37,7 @@ Start a new cleaning task. #### {% linkable_title Service `vacuum.turn_off` %} -Stop the current cleaning task and return to the dock. +Stop the current cleaning task and return to the dock. For the Xiaomi Vacuum and neato use `vacuum.stop` instead. | Service data attribute | Optional | Description | |---------------------------|----------|-------------------------------------------------------|