fin-assistant/custom_components/jellyfin/manifest.json
2021-12-19 09:56:46 +01:00

11 lines
No EOL
354 B
JSON

{
"domain": "jellyfin",
"name": "Jellyfin",
"version": "1.0.8",
"config_flow": true,
"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": "local_push"
}