diff --git a/source/_components/sensor.netatmo.markdown b/source/_components/sensor.netatmo.markdown index 55aa1134376..c9a28a71546 100644 --- a/source/_components/sensor.netatmo.markdown +++ b/source/_components/sensor.netatmo.markdown @@ -47,22 +47,22 @@ Configuration variables: ### {% 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.

- +

You have to fill the form, but only two fields are required : Name and Description. It doesn't really matter what you put into those. Just write something that make sense to you. To submit your new app, click on create at the bottom of the form.

- +

That's it. You can copy and paste your new API and secret keys in your Home Assistant configuration file just as said above.

- +

### {% linkable_title Find your modules name %} @@ -71,7 +71,7 @@ You can find your modules name in your [online NetAtmo account] (https://my.neta You have to provide these name in your Home Assistant configuration file.

- +

diff --git a/source/images/components/netatmo/api.png b/source/images/screenshots/netatmo_api.png similarity index 100% rename from source/images/components/netatmo/api.png rename to source/images/screenshots/netatmo_api.png diff --git a/source/images/components/netatmo/app.png b/source/images/screenshots/netatmo_app.png similarity index 100% rename from source/images/components/netatmo/app.png rename to source/images/screenshots/netatmo_app.png diff --git a/source/images/components/netatmo/create.png b/source/images/screenshots/netatmo_create.png similarity index 100% rename from source/images/components/netatmo/create.png rename to source/images/screenshots/netatmo_create.png diff --git a/source/images/components/netatmo/module.png b/source/images/screenshots/netatmo_module.png similarity index 100% rename from source/images/components/netatmo/module.png rename to source/images/screenshots/netatmo_module.png