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. + +
+
+
+
+
+
+
+
+
+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