You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: "Instructions how to integrate a Neato Botvac Connected switch within Home Assistant."
5
+
date: 2016-10-19 17:10
6
+
sidebar: true
7
+
comments: false
8
+
sharing: true
9
+
footer: true
10
+
logo: neato.png
11
+
ha_category: Switch
12
+
ha_release: 0.3X
13
+
---
14
+
15
+
The `neato` switch platform allows you to control your [Neato Botvac Connected](https://www.neatorobotics.com/robot-vacuum/botvac-connected-series/botvac-connected/).
16
+
17
+
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.
18
+
19
+
To enable this switch in your installation, add the following to your `configuration.yaml` file:
20
+
21
+
```yaml
22
+
# Example configuration.yaml entry
23
+
switch:
24
+
platform: neato
25
+
username: USERNAME
26
+
password: PASSWORD
27
+
```
28
+
29
+
Configuration variables:
30
+
31
+
- **username** (*Required*): Username for the Neato account.
32
+
- **password** (*Required*): Password for the Neato account.
33
+
34
+
<p class='note'>
35
+
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.
0 commit comments