From 523ba949ddd50a01d230d5fdc6647190f1717db4 Mon Sep 17 00:00:00 2001 From: ryanbdclark <42173121+ryanbdclark@users.noreply.github.com> Date: Mon, 3 Jul 2023 14:37:49 +0100 Subject: [PATCH] Bumping pyowlet api Bumping pyowletapi version to 2023.07.01 --- custom_components/owlet/manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom_components/owlet/manifest.json b/custom_components/owlet/manifest.json index e2f2b95..08ebac5 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.5.30"], + "requirements": ["pyowletapi==2023.07.01"], "version":"2023.5.7" }