Add details about component

This commit is contained in:
Fabian Affolter 2016-09-04 11:37:25 +02:00
parent 3a80758f3d
commit a03ec09710
No known key found for this signature in database
GPG Key ID: DDF3D6F44AAB1336
2 changed files with 6 additions and 5 deletions

View File

@ -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. 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 ```yaml
# Example configuration.yaml entry # Example configuration.yaml entry

View File

@ -14,7 +14,9 @@ ha_category: Weather
The `netatmo` sensor platform is consuming the information provided by a [Netatmo](https://www.netatmo.com) device. 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 ```yaml
# Example configuration.yaml entry # Example configuration.yaml entry
@ -53,7 +55,7 @@ sensor:
Configuration variables: 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. - **modules** (*Required*): Modules to use. Multiple entries allowed.
- **module_name** array (*Required*): Name of the module. - **module_name** array (*Required*): Name of the module.
- **temperature**: Current temperature. - **temperature**: Current temperature.
@ -76,8 +78,7 @@ Configuration variables:
### {% linkable_title Find your modules name %} ### {% 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 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.
You have to provide these name in your Home Assistant configuration file.
<p class='img'> <p class='img'>
<img src='/images/screenshots/netatmo_module.png' /> <img src='/images/screenshots/netatmo_module.png' />