Skip to content

Commit 13a7f77

Browse files
committed
Add an overview of the variables
1 parent 23cf210 commit 13a7f77

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

source/_components/switch.neato.markdown

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
layout: page
33
title: "Neato Robotics Switch"
44
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
66
sidebar: true
77
comments: false
88
sharing: true
@@ -14,6 +14,8 @@ ha_release: 0.3X
1414

1515
The `neato` switch platform allows you to control your [Neato Botvac Connected](https://www.neatorobotics.com/robot-vacuum/botvac-connected-series/botvac-connected/).
1616

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+
1719
To enable this switch in your installation, add the following to your `configuration.yaml` file:
1820

1921
```yaml
@@ -24,8 +26,11 @@ switch:
2426
password: PASSWORD
2527
```
2628
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.
2833
2934
<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.
3136
</p>

0 commit comments

Comments
 (0)