diff --git a/source/_components/sensor.netatmo.markdown b/source/_components/sensor.netatmo.markdown index 630fc9d543d..55aa1134376 100644 --- a/source/_components/sensor.netatmo.markdown +++ b/source/_components/sensor.netatmo.markdown @@ -44,3 +44,36 @@ Configuration variables: - **modules** (*Required*): Modules to use. Multiple entries allowd. - **module_name** array (*Required*): Name of the module. - ** [conditions] **: Condition to monitor. + +### {% 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. +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 %} + +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. + +

+ +

+ +

+The Home Assistant NetAtmo platform has only be tested with the classic indoor and outdoor module. There is no support for the rainmeter and windmeter module at this time because developers does not own these modules. +

\ No newline at end of file diff --git a/source/images/components/netatmo/api.png b/source/images/components/netatmo/api.png new file mode 100644 index 00000000000..bf5be533e90 Binary files /dev/null and b/source/images/components/netatmo/api.png differ diff --git a/source/images/components/netatmo/app.png b/source/images/components/netatmo/app.png new file mode 100644 index 00000000000..0ce38c1763a Binary files /dev/null and b/source/images/components/netatmo/app.png differ diff --git a/source/images/components/netatmo/create.png b/source/images/components/netatmo/create.png new file mode 100644 index 00000000000..aac41717be6 Binary files /dev/null and b/source/images/components/netatmo/create.png differ diff --git a/source/images/components/netatmo/module.png b/source/images/components/netatmo/module.png new file mode 100644 index 00000000000..a07be32a630 Binary files /dev/null and b/source/images/components/netatmo/module.png differ