From 2b2593cf93b63eb2b1fac82924f34b9a94860da3 Mon Sep 17 00:00:00 2001 From: Daniel <3638478+Danieldiazi@users.noreply.github.com> Date: Sat, 7 Dec 2024 22:38:52 +0100 Subject: [PATCH] Update manifest.json --- custom_components/honda_recall_check/manifest.json | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/custom_components/honda_recall_check/manifest.json b/custom_components/honda_recall_check/manifest.json index 46a07ea..f45f600 100644 --- a/custom_components/honda_recall_check/manifest.json +++ b/custom_components/honda_recall_check/manifest.json @@ -3,14 +3,15 @@ "name": "Honda Recall Check", "codeowners": ["@danieldiazi"], "config_flow": true, + "dependencies": [], "documentation": "https://github.com/Danieldiazi/honda_recall_check", - "iot_class": "cloud_polling" + "iot_class": "cloud_polling", + "issue_tracker": "https://github.com/Danieldiazi/homeassistant-meteogalicia/issues", "requirements": ["requests"], "version": "1.0.0", - + "zeroconf": [] } -