Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
skrollme committed Nov 1, 2022
1 parent 57d600f commit ff782ed
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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.**

Expand Down

0 comments on commit ff782ed

Please sign in to comment.