From c45959b123a6e5f77747475f11d3d3ab67859756 Mon Sep 17 00:00:00 2001 From: RyanClark123 Date: Tue, 4 Jul 2023 15:38:44 +0100 Subject: [PATCH] Bumping pyowlet ###Fix * Bumping pyowlet version to 2023.7.2 --- custom_components/owlet/manifest.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/custom_components/owlet/manifest.json b/custom_components/owlet/manifest.json index 604bd46..fe7aa4b 100644 --- a/custom_components/owlet/manifest.json +++ b/custom_components/owlet/manifest.json @@ -6,6 +6,6 @@ "documentation": "https://www.home-assistant.io/integrations/owlet", "iot_class": "cloud_polling", "issue_tracker": "https://github.com/ryanbdclark/owlet/issues", - "requirements": ["pyowletapi==2023.7.1"], - "version":"2023.7.1" + "requirements": ["pyowletapi==2023.7.2"], + "version":"2023.7.2" }