Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/ryanbdclark/owlet
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanbdclark committed May 30, 2023
2 parents 8d17317 + 1977df6 commit 3d31de0
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
# Changelog

<!--next-version-placeholder-->
## 2023.05.6 (2023-05-30)
### Fix
* In light of submitting this as a pull request to the core of HA there have been some refactoring changes to comply with HA's style requirements
* Sensor names now moved to strings file to allow for translations
* Coordinator now properly handles multiple devices
* Spelling of signal strength sensor corrected

### Feature
* Tests added

## 2023.05.5 (2023-05-19)
#### Fix
* Owlet refresh token becomes invalid after 24 hours. Meant that after 1 day the integration would stop working. Moved to pyowletapi v2023.5.28 which uses different refresh token, should no longer need reconfiguring after 24 hours ([`dc58b19`](https://github.com/ryanbdclark/owlet/commit/0141f7d01a9ac9b3e1dcc74cabb896e19bd4a821))
Expand Down Expand Up @@ -33,4 +43,4 @@

### Fix
* Removed Owlet specific constants, now using homeassistant generic constants
* On initialisation the integration would crash when trying to update the auth token, the integration would then have to be deleted and setup again
* On initialisation the integration would crash when trying to update the auth token, the integration would then have to be deleted and setup again

0 comments on commit 3d31de0

Please sign in to comment.