From 6c2c531a19c5c85f7d6418eb2247ea681af305a1 Mon Sep 17 00:00:00 2001 From: ryanbdclark <42173121+ryanbdclark@users.noreply.github.com> Date: Tue, 30 May 2023 14:30:23 +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 dc6e331..e2f2b95 100644 --- a/custom_components/owlet/manifest.json +++ b/custom_components/owlet/manifest.json @@ -5,7 +5,7 @@ "config_flow": true, "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"], - "version":"2023.5.7", - "issue_tracker": "https://github.com/ryanbdclark/owlet/issues" + "version":"2023.5.7" }