From 00a95156a3e0cf0763f868e0cd3f016f30329e6f Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Sat, 22 Oct 2016 10:38:00 +0200 Subject: [PATCH] Update ha_release --- source/_components/switch.neato.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/_components/switch.neato.markdown b/source/_components/switch.neato.markdown index 45618923532..bfba1029e39 100644 --- a/source/_components/switch.neato.markdown +++ b/source/_components/switch.neato.markdown @@ -9,7 +9,7 @@ sharing: true footer: true logo: neato.png 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/). @@ -21,7 +21,7 @@ To enable this switch in your installation, add the following to your `configura ```yaml # Example configuration.yaml entry switch: - platform: neato + - platform: neato username: USERNAME password: PASSWORD ```