Update ha_release

This commit is contained in:
Fabian Affolter 2016-10-22 10:38:00 +02:00
parent dff002f405
commit 00a95156a3
No known key found for this signature in database
GPG Key ID: DDF3D6F44AAB1336

View File

@ -9,7 +9,7 @@ sharing: true
footer: true footer: true
logo: neato.png logo: neato.png
ha_category: Switch ha_category: Switch
ha_release: 0.3X ha_release: 0.31
--- ---
The `neato` switch platform allows you to control your [Neato Botvac Connected](https://www.neatorobotics.com/robot-vacuum/botvac-connected-series/botvac-connected/). The `neato` switch platform allows you to control your [Neato Botvac Connected](https://www.neatorobotics.com/robot-vacuum/botvac-connected-series/botvac-connected/).
@ -21,7 +21,7 @@ To enable this switch in your installation, add the following to your `configura
```yaml ```yaml
# Example configuration.yaml entry # Example configuration.yaml entry
switch: switch:
platform: neato - platform: neato
username: USERNAME username: USERNAME
password: PASSWORD password: PASSWORD
``` ```