[netatmo] Updated dev portal URLs in 1st step of README (#11194)

URLs for the Netatmo developer portal seem to have changed
This commit is contained in:
hutdev 2021-10-04 16:33:08 +02:00 committed by GitHub
parent ccfe232d49
commit 6b979d1b05
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -27,11 +27,11 @@ Here is the procedure:
### 1. Application Creation
Create an application at https://dev.netatmo.com/dev/createapp
Create an application at https://dev.netatmo.com/apps/createanapp
The variables you will need to get to setup the binding are:
* `<CLIENT_ID>` Your client ID taken from your App at https://dev.netatmo.com/dev/listapps
* `<CLIENT_ID>` Your client ID taken from your App at https://dev.netatmo.com/apps
* `<CLIENT_SECRET>` A token provided along with the `<CLIENT_ID>`.
* `<USERNAME>` The username you use to connect to the Netatmo API (usually your mail address).
* `<PASSWORD>` The password attached to the above username.