From ea4c543ec56a7f0788973b3d5bb27620bf63f5d8 Mon Sep 17 00:00:00 2001 From: ryanbdclark <42173121+ryanbdclark@users.noreply.github.com> Date: Tue, 30 May 2023 13:32:50 +0100 Subject: [PATCH 1/2] Update CHANGELOG.md --- CHANGELOG.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 25c0ea1..267c8c8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,16 @@ # Changelog +## 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)) @@ -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 \ No newline at end of file +* On initialisation the integration would crash when trying to update the auth token, the integration would then have to be deleted and setup again From 1977df6be0b9ffe129557d6724489c9a4bf85391 Mon Sep 17 00:00:00 2001 From: ryanbdclark <42173121+ryanbdclark@users.noreply.github.com> Date: Tue, 30 May 2023 13:33:25 +0100 Subject: [PATCH 2/2] Update CHANGELOG.md --- CHANGELOG.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 267c8c8..0e10e46 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,14 +2,14 @@ ## 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 +### 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 +### Feature +* Tests added ## 2023.05.5 (2023-05-19) #### Fix