From fccebc18c9c1beeb41b1a11b8a65ccc5a42622ab Mon Sep 17 00:00:00 2001 From: cyr-ius Date: Tue, 16 Jun 2020 09:24:37 +0200 Subject: [PATCH] Update link for documentation and issue --- custom_components/cozytouch/manifest.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/custom_components/cozytouch/manifest.json b/custom_components/cozytouch/manifest.json index 1a0686c..8cf1043 100644 --- a/custom_components/cozytouch/manifest.json +++ b/custom_components/cozytouch/manifest.json @@ -2,7 +2,8 @@ "domain": "cozytouch", "name": "Cozytouch", "config_flow": true, - "documentation": "https://www.home-assistant.io/components/cozytouch", + "documentation": "https://github.com/cyr-ius/hass-cozytouch", + "issue_tracker": "https://github.com/cyr-ius/hass-cozytouch/issues", "requirements": ["cozytouchpy==1.9.6"], "dependencies": [], "codeowners": ["@biker91620", "@cyr-ius"]