From 54b16c32bf0f68b88bc84bb9edbc4efa5e168627 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beno=C3=AEt=20Lebruman?= Date: Thu, 9 Dec 2021 22:11:15 +0100 Subject: [PATCH] Add issue tracker link --- custom_components/hottoh/manifest.json | 1 + 1 file changed, 1 insertion(+) diff --git a/custom_components/hottoh/manifest.json b/custom_components/hottoh/manifest.json index 796c593..d617250 100644 --- a/custom_components/hottoh/manifest.json +++ b/custom_components/hottoh/manifest.json @@ -4,6 +4,7 @@ "name": "HottoH", "config_flow": true, "documentation": "https://github.com/benlbrm/ha-hottoh-component", + "issue_tracker": "https://github.com/benlbrm/ha-hottoh-component/issues", "requirements": [ "hottohpy==0.0.28" ],