Commit Graph

21 Commits

Author SHA1 Message Date
ryanbdclark dc28ebb02f Update CHANGELOG.md 2024-06-17 09:31:30 +01:00
ryanbdclark d8449c14a4 Update CHANGELOG.md 2024-05-13 13:49:23 +01:00
ryanbdclark 3610262855 Update CHANGELOG.md 2024-05-13 13:48:02 +01:00
ryanbdclark 904023e93a Update CHANGELOG.md 2024-05-13 13:47:23 +01:00
ryanbdclark 4b90ce0d61 Update CHANGELOG.md 2024-03-27 15:53:56 +00:00
ryanbdclark d440fed621 Update CHANGELOG.md 2023-11-23 15:41:03 +00:00
ryanbdclark 1cfff537d7 Update CHANGELOG.md 2023-11-16 11:45:00 +00:00
ryanbdclark c0bf404f6a Update CHANGELOG.md 2023-09-20 15:05:45 +01:00
ryanbdclark 835786b89b Update CHANGELOG.md 2023-08-21 15:10:38 +01:00
ryanbdclark 5c8411fab7 Update CHANGELOG.md 2023-07-04 15:42:31 +01:00
ryanbdclark 534ad8a351 Update CHANGELOG.md 2023-07-03 14:51:14 +01:00
ryanbdclark 7844b5bd87 Update CHANGELOG.md 2023-05-30 13:49:15 +01:00
ryanbdclark 1977df6be0 Update CHANGELOG.md 2023-05-30 13:33:25 +01:00
ryanbdclark ea4c543ec5 Update CHANGELOG.md 2023-05-30 13:32:50 +01:00
RyanClark123 5328933de3 Update CHANGELOG.md 2023-05-19 15:16:38 +01:00
RyanClark123 0141f7d01a Refresh token should now work properly
#### 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
2023-05-19 15:14:19 +01:00
RyanClark123 bd6a315b00 Bumping to pyowletapi 2023.5.25
#### Fix
* Bumping to pyowletapi 2023.5.25
2023-05-17 19:23:37 +01:00
RyanClark123 0cf3afef85 Bumping pyowlet, reauth config entry fix
#### Fix
* Bumping to pyowletapi 2023.5.24
* Reauthing now no longer re adds users' password to config entry
2023-05-17 18:59:38 +01:00
RyanClark123 2b21188e73 Update CHANGELOG 2023-05-16 15:21:41 +01:00
RyanClark123 8d9299a8f4 Updated changelog for new release
Updated changelog for new release
2023-05-15 15:56:37 +01:00
RyanClark123 3e147aa914 Added reauth flow, much better error handling on setup
### Feature
* Now supports reauthentication if credentials have expired/no longer work
* Better error handling when configuring integration, will notify user of incorrect credentials

### 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
2023-05-12 17:02:04 +01:00