Netatmo update MD (#3269)

* Updated screenshots

Updated screenshots to match the new netamo dev portal.

* Updated MD for Netatmo

- Corrected a typo
- Changed refereces from API to client id, to match the dev portal
- Changed refereces from secret key to client secret, to match the dev portal
This commit is contained in:
Ludeeus 2017-08-29 09:59:46 +02:00 committed by Franck Nijhof
parent 44474e5342
commit b87dd28e72
4 changed files with 6 additions and 6 deletions

View File

@ -21,23 +21,23 @@ To enable the Netatmo component, add the following lines to your `configuration.
```yaml ```yaml
# Example configuration.yaml entry # Example configuration.yaml entry
netatmo: netatmo:
api_key: YOUR_API_KEY api_key: YOUR_CLIENT_ID
secret_key: YOUR_SECRET_KEY secret_key: YOUR_CLIENT_SECRET
username: YOUR_USERNAME username: YOUR_USERNAME
password: YOUR_PASSWORD password: YOUR_PASSWORD
``` ```
Configuration variables: Configuration variables:
- **api_key** (*Required*): The API key for your Netatmo account. - **api_key** (*Required*): The `client id` form your Netatmo app.
- **secret_key** (*Required*): Your Netatmo secret key - **secret_key** (*Required*): The `client secret` form your Netatmo app.
- **username** (*Required*): Username for the Netatmo account. - **username** (*Required*): Username for the Netatmo account.
- **password** (*Required*): Password for the Netatmo account. - **password** (*Required*): Password for the Netatmo account.
- **discovery** (*Optional)*: Whether to discover Netatmo devices. Set it to False, if you want to choose which Netatmo device you want to add (default True). - **discovery** (*Optional)*: Whether to discover Netatmo devices. Set it to False, if you want to choose which Netatmo device you want to add (default True).
### {% linkable_title Get API and Secret Key %} ### {% linkable_title Get API and Secret Key %}
To get your API credentials, you have to declare a new application in the [NetAtmo Developer Page](https://dev.netatmo.com/). Sign in using your username and password from your regular Netatmo account. To get your API credentials, you have to declare a new application in the [Netatmo Developer Page](https://dev.netatmo.com/). Sign in using your username and password from your regular Netatmo account.
Click on 'Create an App' at the top of the page. Click on 'Create an App' at the top of the page.
<p class='img'> <p class='img'>
@ -49,7 +49,7 @@ You have to fill the form, but only two fields are required : Name and Descripti
<img src='/images/screenshots/netatmo_app.png' /> <img src='/images/screenshots/netatmo_app.png' />
</p> </p>
That's it. You can copy and paste your new API and secret keys in your Home Assistant configuration file just as said above. That's it. You can copy and paste your new `client id` and `client secret` in your Home Assistant configuration file just as described above, in the configuration example.
<p class='img'> <p class='img'>
<img src='/images/screenshots/netatmo_api.png' /> <img src='/images/screenshots/netatmo_api.png' />

Binary file not shown.

Before

Width:  |  Height:  |  Size: 55 KiB

After

Width:  |  Height:  |  Size: 29 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 143 KiB

After

Width:  |  Height:  |  Size: 21 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 221 KiB

After

Width:  |  Height:  |  Size: 18 KiB