ADD: issue_tracker to manifest

This commit is contained in:
Chris Browet 2021-05-13 15:58:10 +02:00
parent 22849d2b2a
commit 6625d199e2

View file

@ -3,7 +3,8 @@
"name": "Jellyfin", "name": "Jellyfin",
"version": "1.0.1", "version": "1.0.1",
"config_flow": true, "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"], "requirements": ["jellyfin-apiclient-python==1.7.2"],
"codeowners": ["@koying"], "codeowners": ["@koying"],
"iot_class": "cloud_push" "iot_class": "cloud_push"