From 88c7b78726c4334919aaf9aeaf14ebd0e4c90998 Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Sat, 6 Jun 2020 12:00:37 -0500 Subject: [PATCH] Update vacuum docs now that Roomba is a state vacuum (#13681) --- source/_integrations/vacuum.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/_integrations/vacuum.markdown b/source/_integrations/vacuum.markdown index efc4e1771b9..62758fb1d90 100644 --- a/source/_integrations/vacuum.markdown +++ b/source/_integrations/vacuum.markdown @@ -27,7 +27,7 @@ Before calling one of these services, make sure your vacuum platform supports it #### Service `vacuum.turn_on` -Start a new cleaning task. For the Xiaomi Vacuum and Neato use `vacuum.start` instead. +Start a new cleaning task. For the Xiaomi Vacuum, Roomba, and Neato use `vacuum.start` instead. | Service data attribute | Optional | Description | |---------------------------|----------|-------------------------------------------------------| @@ -35,7 +35,7 @@ Start a new cleaning task. For the Xiaomi Vacuum and Neato use `vacuum.start` in #### Service `vacuum.turn_off` -Stop the current cleaning task and return to the dock. For the Xiaomi Vacuum and Neato use `vacuum.stop` instead. +Stop the current cleaning task and return to the dock. For the Xiaomi Vacuum, Roomba, and Neato use `vacuum.stop` instead. | Service data attribute | Optional | Description | |---------------------------|----------|-------------------------------------------------------|