Skip to content

Commit

Permalink
prepared version 1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
skrollme committed Mar 6, 2023
1 parent ec04af8 commit 3d7bb52
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
## version history

### 1.1.0
- allows new auth method (via refreshtoken) and old one (via password)
- added config-schema to configure this via UI
- refreshtokens are fetched 5min earlier to do not run into auth problems
- Added retry on failed refreshtoken-fetch

### 1.0.1
- Thanks to a PR (https://github.com/skrollme/homebridge-eveatmo/pull/65) from @smhex:
- Logging of "fetching weatherdata" is not configurable
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "homebridge-eveatmo",
"version": "1.1.0-beta2",
"version": "1.1.0",
"description": "Homebridge plugin which adds a Netatmo weatherstation as HomeKit device and tries to act like Elgato Eve Room/Weather",
"license": "ISC",
"keywords": [
Expand Down

0 comments on commit 3d7bb52

Please sign in to comment.