Skip to content

Commit 6e02222

Browse files
jabesqfabaff
authored andcommitted
Add documentation for Neato switch (#1261)
* Add documentation for Neato switch Signed-off-by: Hugo D. (jabesq) <jabesq@gmail.com> * Add an overview of the variables
1 parent 4ab2ea9 commit 6e02222

File tree

2 files changed

+36
-0
lines changed

2 files changed

+36
-0
lines changed
Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
---
2+
layout: page
3+
title: "Neato Robotics Switch"
4+
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.
36+
</p>
40.2 KB
Loading

0 commit comments

Comments
 (0)