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
Copy file name to clipboardExpand all lines: source/_components/switch.neato.markdown
+8-3Lines changed: 8 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
layout: page
3
3
title: "Neato Robotics Switch"
4
4
description: "Instructions how to integrate a Neato Botvac Connected switch within Home Assistant."
5
-
date: 2016-10-18 16:41
5
+
date: 2016-10-19 17:10
6
6
sidebar: true
7
7
comments: false
8
8
sharing: true
@@ -14,6 +14,8 @@ ha_release: 0.3X
14
14
15
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
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
+
17
19
To enable this switch in your installation, add the following to your `configuration.yaml` file:
18
20
19
21
```yaml
@@ -24,8 +26,11 @@ switch:
24
26
password: PASSWORD
25
27
```
26
28
27
-
This will automatically add switch for each Botvac Connected that you have. The switch will start a full home cleaning when turn ON and return the robot to base when turn OFF.
29
+
Configuration variables:
30
+
31
+
- **username** (*Required*): Username for the Neato account.
32
+
- **password** (*Required*): Password for the Neato account.
28
33
29
34
<p class='note'>
30
-
The Home Assistant Neato platform has only be tested a Botvac Connected. There is no support for the Botvac D3 Connected and Botvac D5 Connected robots at this time.
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