From ff782ed55a7bfc6d7c9d4af64f5ff030c6d5f577 Mon Sep 17 00:00:00 2001 From: Sebastian K Date: Tue, 1 Nov 2022 09:57:19 +0100 Subject: [PATCH] Update README.md --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 55e78d7..58d4052 100644 --- a/README.md +++ b/README.md @@ -11,8 +11,8 @@ Whilst the original [homebridge-netatmo](https://github.com/planetk/homebridge-n # :rotating_light: Warning Since Netatmo announced a change to their authentification-policies it was also necessary to update this plugin's authentication-mechanism. **From 1.0.0 on it does not accept authentication via user-credentials anymore so you have to adapt your existing setup!** -You need to generate a refresh-token in your app's page at dev.netatmo.com instead. -For more details see the instructions below or take a look at this issue: https://github.com/skrollme/homebridge-eveatmo/issues/62 + +You need to generate an OAuth _refresh_token_ on your app's page at [dev.netatmo.com](https://dev.netatmo.com/apps/) instead. For more details see the instructions below or take a look at this issue: https://github.com/skrollme/homebridge-eveatmo/issues/62 ## Configuration Because this plugin's base was taken from [homebridge-netatmo](https://github.com/planetk/homebridge-netatmo) (see above) you can adapt its config. Just use the plattform-code "eveatmo" and remove "ttl" and/or the other "refresh_" properties for the beginning. @@ -135,6 +135,7 @@ Thanks go also to the following direct contributors: - @lisanet (https://github.com/skrollme/homebridge-eveatmo/pull/36) - @foliveira (https://github.com/skrollme/homebridge-eveatmo/pull/52) - @RyanHS7VM (https://github.com/skrollme/homebridge-eveatmo/pull/54) +- @smhex (https://github.com/skrollme/homebridge-eveatmo/pull/65) **Since Netatmo announced some changes on what kind of authentication their API will support and I did not found a good solution to override the code of the [netatmo](https://github.com/karbassi/netatmo)-dependency to continue working, this module contains an altered full-copy of the module. All credits for the original code go to the respective authors.**