From 02f8679ed1b4a2f02c50487deaebcdd177509fc2 Mon Sep 17 00:00:00 2001 From: ryanbdclark <42173121+ryanbdclark@users.noreply.github.com> Date: Mon, 3 Jul 2023 14:52:04 +0100 Subject: [PATCH] Update manifest.json --- 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 069111c..604bd46 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.07.01"], - "version":"2023.07.01" + "requirements": ["pyowletapi==2023.7.1"], + "version":"2023.7.1" }