From 6625d199e2b4392ebeba4e3b4ad1f6359bd7f52f Mon Sep 17 00:00:00 2001 From: Chris Browet Date: Thu, 13 May 2021 15:58:10 +0200 Subject: [PATCH] ADD: issue_tracker to manifest --- custom_components/jellyfin/manifest.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/custom_components/jellyfin/manifest.json b/custom_components/jellyfin/manifest.json index a91e73e..5f59510 100644 --- a/custom_components/jellyfin/manifest.json +++ b/custom_components/jellyfin/manifest.json @@ -3,7 +3,8 @@ "name": "Jellyfin", "version": "1.0.1", "config_flow": true, - "documentation": "https://www.home-assistant.io/integrations/emby", + "documentation": "https://github.com/koying/jellyfin_ha", + "issue_tracker": "https://github.com/koying/jellyfin_ha/issues", "requirements": ["jellyfin-apiclient-python==1.7.2"], "codeowners": ["@koying"], "iot_class": "cloud_push"