From a03ec097109606a22ccd408ffcaf79e807bd5fc4 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Sun, 4 Sep 2016 11:37:25 +0200 Subject: [PATCH] Add details about component --- source/_components/camera.netatmo.markdown | 2 +- source/_components/sensor.netatmo.markdown | 9 +++++---- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/source/_components/camera.netatmo.markdown b/source/_components/camera.netatmo.markdown index 8e1952b55a7..662159d6a36 100644 --- a/source/_components/camera.netatmo.markdown +++ b/source/_components/camera.netatmo.markdown @@ -15,7 +15,7 @@ ha_release: 0.22 The `netatmo` camera platform is consuming the information provided by a [Netatmo Welcome](https://www.netatmo.com) camera. This component allows you to view the current photo created by the Camera. -To enable the Netatmo camera, add the following lines to your `configuration.yaml`: +To enable the Netatmo camera, you first have to set up [netatmo](/components/netatmo/), and add the following lines to your `configuration.yaml`: ```yaml # Example configuration.yaml entry diff --git a/source/_components/sensor.netatmo.markdown b/source/_components/sensor.netatmo.markdown index 8034f8a2d12..87ec4e8854b 100644 --- a/source/_components/sensor.netatmo.markdown +++ b/source/_components/sensor.netatmo.markdown @@ -14,7 +14,9 @@ ha_category: Weather The `netatmo` sensor platform is consuming the information provided by a [Netatmo](https://www.netatmo.com) device. -To enable the Netatmo sensor, add the following lines to your `configuration.yaml`: + + +To enable the Netatmo sensor, you first have to set up [netatmo](/components/netatmo/), and add the following lines to your `configuration.yaml`: ```yaml # Example configuration.yaml entry @@ -53,7 +55,7 @@ sensor: Configuration variables: -- **station** (*Optionnal*): The name of the weather station. Needed if several stations are associated with the account. +- **station** (*Optional*): The name of the weather station. Needed if several stations are associated with the account. - **modules** (*Required*): Modules to use. Multiple entries allowed. - **module_name** array (*Required*): Name of the module. - **temperature**: Current temperature. @@ -76,8 +78,7 @@ Configuration variables: ### {% linkable_title Find your modules name %} -You can find your modules name in your [online NetAtmo account](https://my.netatmo.com/app/station). These names can be found and changed in parameters (See screenshot) -You have to provide these name in your Home Assistant configuration file. +You can find your modules name in your [online NetAtmo account](https://my.netatmo.com/app/station). These names can be found and changed in parameters. You have to provide these name in your Home Assistant `configuration.yaml` file.