From f4e38ec521e8d5548f63a7706a7597ae72a5cb73 Mon Sep 17 00:00:00 2001 From: ryanbdclark <42173121+ryanbdclark@users.noreply.github.com> Date: Tue, 30 May 2023 14:27:07 +0100 Subject: [PATCH] Update manifest.json --- custom_components/owlet/manifest.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/custom_components/owlet/manifest.json b/custom_components/owlet/manifest.json index 8702d18..dc6e331 100644 --- a/custom_components/owlet/manifest.json +++ b/custom_components/owlet/manifest.json @@ -6,5 +6,6 @@ "documentation": "https://www.home-assistant.io/integrations/owlet", "iot_class": "cloud_polling", "requirements": ["pyowletapi==2023.5.30"], - "version":"2023.5.7" + "version":"2023.5.7", + "issue_tracker": "https://github.com/ryanbdclark/owlet/issues" }