diff --git a/CHANGELOG.md b/CHANGELOG.md index db0fb68..5c4e69f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,6 @@ ## 2025.4.3 (2025-04-15) ### Fix -* Bumping pyowletapi to 2025.4.8. * Changes to how the sensors are stored to solve the issue where only one device is added, thanks [`@MarjovanLier`](https://github.com/MarjovanLier). ([`1244bff`](https://github.com/ryanbdclark/owlet/commit/1244bffcb48d7337a9d7a0da518959fe4b31a230)) ## 2025.4.2 (2025-04-14) diff --git a/custom_components/owlet/manifest.json b/custom_components/owlet/manifest.json index 1b546b2..b0d699d 100644 --- a/custom_components/owlet/manifest.json +++ b/custom_components/owlet/manifest.json @@ -9,7 +9,7 @@ "iot_class": "cloud_polling", "issue_tracker": "https://github.com/ryanbdclark/owlet/issues", "requirements": [ - "pyowletapi==2025.4.8" + "pyowletapi==2025.4.1" ], "version": "2025.4.3" }