From 7844b5bd878b1583db6a0682e18cf9c23c4f7056 Mon Sep 17 00:00:00 2001 From: ryanbdclark <42173121+ryanbdclark@users.noreply.github.com> Date: Tue, 30 May 2023 13:49:15 +0100 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0e10e46..70ded64 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,10 @@ # Changelog +## 2023.05.7 (2023-05-30) +### Fix +* Fixed issue with binary sensors not loading, caused by change to way the coordinators are stored ([`8d17317`](https://github.com/ryanbdclark/owlet/commit/8d173174e286b0451cbb2c0d4ae3087028d1ea23)) + ## 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