mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-10 19:06:55 +00:00
Fix Netatmo component configuration (#7087)
This commit is contained in:
parent
476bc70890
commit
8b2ab49b91
@ -13,7 +13,6 @@ ha_release: "0.20"
|
|||||||
ha_iot_class: "Cloud Polling"
|
ha_iot_class: "Cloud Polling"
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
||||||
The `netatmo` component platform is the main component to integrate all Netatmo related platforms.
|
The `netatmo` component platform is the main component to integrate all Netatmo related platforms.
|
||||||
|
|
||||||
To enable the Netatmo component, add the following lines to your `configuration.yaml`:
|
To enable the Netatmo component, add the following lines to your `configuration.yaml`:
|
||||||
@ -27,8 +26,6 @@ netatmo:
|
|||||||
password: YOUR_PASSWORD
|
password: YOUR_PASSWORD
|
||||||
```
|
```
|
||||||
|
|
||||||
Configuration variables:
|
|
||||||
|
|
||||||
{% configuration %}
|
{% configuration %}
|
||||||
api_key:
|
api_key:
|
||||||
description: The `client id` from your Netatmo app.
|
description: The `client id` from your Netatmo app.
|
||||||
@ -72,4 +69,3 @@ That's it. You can copy and paste your new `client id` and `client secret` in yo
|
|||||||
<p class='img'>
|
<p class='img'>
|
||||||
<img src='/images/screenshots/netatmo_api.png' />
|
<img src='/images/screenshots/netatmo_api.png' />
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user