Update vacuum docs now that Roomba is a state vacuum (#13681)

This commit is contained in:
J. Nick Koston 2020-06-06 12:00:37 -05:00 committed by GitHub
parent 51ee036c1b
commit 88c7b78726
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 |
|---------------------------|----------|-------------------------------------------------------|