Skip to content

Commit a03ec09

Browse files
committed
Add details about component
1 parent 3a80758 commit a03ec09

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

source/_components/camera.netatmo.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ ha_release: 0.22
1515

1616
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.
1717

18-
To enable the Netatmo camera, add the following lines to your `configuration.yaml`:
18+
To enable the Netatmo camera, you first have to set up [netatmo](/components/netatmo/), and add the following lines to your `configuration.yaml`:
1919

2020
```yaml
2121
# Example configuration.yaml entry

source/_components/sensor.netatmo.markdown

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,9 @@ ha_category: Weather
1414

1515
The `netatmo` sensor platform is consuming the information provided by a [Netatmo](https://www.netatmo.com) device.
1616

17-
To enable the Netatmo sensor, add the following lines to your `configuration.yaml`:
17+
18+
19+
To enable the Netatmo sensor, you first have to set up [netatmo](/components/netatmo/), and add the following lines to your `configuration.yaml`:
1820

1921
```yaml
2022
# Example configuration.yaml entry
@@ -53,7 +55,7 @@ sensor:
5355
5456
Configuration variables:
5557
56-
- **station** (*Optionnal*): The name of the weather station. Needed if several stations are associated with the account.
58+
- **station** (*Optional*): The name of the weather station. Needed if several stations are associated with the account.
5759
- **modules** (*Required*): Modules to use. Multiple entries allowed.
5860
- **module_name** array (*Required*): Name of the module.
5961
- **temperature**: Current temperature.
@@ -76,8 +78,7 @@ Configuration variables:
7678
7779
### {% linkable_title Find your modules name %}
7880
79-
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)
80-
You have to provide these name in your Home Assistant configuration file.
81+
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.
8182

8283
<p class='img'>
8384
<img src='/images/screenshots/netatmo_module.png' />

0 commit comments

Comments
 (0)