From 4dc6da1d5460f62d052670b93e9f85bdc082a1d9 Mon Sep 17 00:00:00 2001 From: Simon Elsbrock Date: Sat, 23 Dec 2023 21:49:12 +0100 Subject: [PATCH] chore: add issue tracker --- custom_components/cowboy/manifest.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/custom_components/cowboy/manifest.json b/custom_components/cowboy/manifest.json index d52b972..9e6ac14 100644 --- a/custom_components/cowboy/manifest.json +++ b/custom_components/cowboy/manifest.json @@ -7,7 +7,8 @@ ], "config_flow": true, "dependencies": [], - "documentation": "https://www.home-assistant.io/integrations/cowboy", + "documentation": "https://github.com/elsbrock/cowboy-ha", + "issue_tracker": "https://github.com/elsbrock/cowboy-ha/issues", "homekit": {}, "iot_class": "cloud_polling", "requirements": [],