mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-16 05:46:52 +00:00
Add details about component
This commit is contained in:
parent
3a80758f3d
commit
a03ec09710
@ -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
|
||||
|
@ -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.
|
||||
|
||||
<p class='img'>
|
||||
<img src='/images/screenshots/netatmo_module.png' />
|
||||
|
Loading…
x
Reference in New Issue
Block a user