mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-05-13 06:28:59 +00:00
1.2 KiB
1.2 KiB
layout, title, description, date, sidebar, comments, sharing, footer, logo, ha_category, ha_release
layout | title | description | date | sidebar | comments | sharing | footer | logo | ha_category | ha_release |
---|---|---|---|---|---|---|---|---|---|---|
page | Neato Robotics Switch | Instructions how to integrate a Neato Botvac Connected switch within Home Assistant. | 2016-10-19 17:10 | true | false | true | true | neato.png | Switch | 0.31 |
The neato
switch platform allows you to control your Neato Botvac Connected.
This will automatically add a switch for each Botvac Connected that you have. The switch will start a full home cleaning when turned ON and return the robot to base when turned OFF.
To enable this switch in your installation, add the following to your configuration.yaml
file:
# Example configuration.yaml entry
switch:
- platform: neato
username: USERNAME
password: PASSWORD
Configuration variables:
- username (Required): Username for the Neato account.
- password (Required): Password for the Neato account.
The Home Assistant Neato platform has only be tested with a Botvac Connected. There is no support for the Botvac D3 Connected and Botvac D5 Connected robots at this time.