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"