From f8e0067a1e74a523b0bb4b0841b25404a6926ca8 Mon Sep 17 00:00:00 2001 From: RyanClark123 Date: Tue, 15 Apr 2025 19:56:21 +0100 Subject: [PATCH] Revert to pyowletapi 2025.4.1 --- CHANGELOG.md | 1 - custom_components/owlet/manifest.json | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) 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" }