From 5f99472cb68ea447d6a3df89fd30d71aea728024 Mon Sep 17 00:00:00 2001 From: Hugo Dupras Date: Fri, 14 Oct 2016 18:33:25 +0200 Subject: [PATCH] Update Netatmo sensor documentation to reflect new discovery behavior (#1241) Full discovery support for Netatmo will be added with home-assistant 0.31 Signed-off-by: Hugo D. (jabesq) --- source/_components/sensor.netatmo.markdown | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/source/_components/sensor.netatmo.markdown b/source/_components/sensor.netatmo.markdown index 213d89452d4..1aa1bc8fac8 100644 --- a/source/_components/sensor.netatmo.markdown +++ b/source/_components/sensor.netatmo.markdown @@ -11,6 +11,15 @@ logo: netatmo.png ha_category: Weather --- +### {% linkable_title Basic Configuration %} + +The `netatmo` sensor platform is consuming the information provided by a [Netatmo](https://www.netatmo.com) device. + +To enable the Netatmo sensor, you have to set up [netatmo](/components/netatmo/), this will use discovery to add your sensor. + +### {% linkable_title Advanced configuration %} + +If you want to select a specific sensor, set discovery to False for [netatmo](/components/netatmo/) and add the following lines to your `configuration.yaml`: The `netatmo` sensor platform is consuming the information provided by a [Netatmo](https://www.netatmo.com) device.