From 4bc4be801ea2efc480cf7f55cb5c74254ef27518 Mon Sep 17 00:00:00 2001 From: Daniel Shokouhi Date: Sat, 21 Jul 2018 09:45:09 -0700 Subject: [PATCH] Add supported features and small fixes for Neato (#5817) Replace reference of `sensor` to `vacuum` and add a list of all currently supported features. Remove old note referencing 0.57 as it was confusing. Update Neato URL to link to all supported botvacs as we support more than the 1 previously linked model. --- source/_components/vacuum.neato.markdown | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/source/_components/vacuum.neato.markdown b/source/_components/vacuum.neato.markdown index b670457369b..d1d334bc3de 100644 --- a/source/_components/vacuum.neato.markdown +++ b/source/_components/vacuum.neato.markdown @@ -14,11 +14,15 @@ ha_iot_class: "Cloud Polling" redirect_from: /components/sensor.neato/ --- -

-Starting with 0.57 the `neato` sensor was migrated to a vacuum platform. -

- -The `neato` vacuum platform allows you to control your [Neato Botvac Connected](https://www.neatorobotics.com/robot-vacuum/botvac-connected-series/botvac-connected/). +The `neato` vacuum platform allows you to control your [Neato Botvac Connected](https://www.neatorobotics.com/robot-vacuum/botvac-connected-series/). The status will contain attributes on the robots last clean session. -To add `neato` sensors to your installation, follow instructions in [Neato component](/components/neato/). +To add `neato` vacuum to your installation, please follow instructions in [Neato component](/components/neato/). + +Currently supported features are: + +- `turn_on` +- `pause` +- `stop` +- `return_to_home` +- `turn_off` (stop all activity and return to dock)