From d323cbfd11411ff34866ead492de10c109c72689 Mon Sep 17 00:00:00 2001 From: RyanClark123 Date: Mon, 14 Apr 2025 14:53:04 +0100 Subject: [PATCH] Bumping pyowletapi ### Fix * Bumping pyowletapi to 2025.4.1, should hopefully stop issue where only one device was added to HA. --- CHANGELOG.md | 4 ++++ custom_components/owlet/manifest.json | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fe60e2d..765cef5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,10 @@ # Changelog +## 2025.4.2 (2025-04-14) +### Fix +* Bumping pyowletapi to 2025.4.1, should hopefully stop issue where only one device was added to HA. + ## 2025.4.1 (2025-04-11) ### Fix * Changes to stop errors after refactoring pyowletapi diff --git a/custom_components/owlet/manifest.json b/custom_components/owlet/manifest.json index ab0455d..0b34a17 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.0" + "pyowletapi==2025.4.2" ], - "version": "2025.4.1" + "version": "2025.4.2" }