core/homeassistant/components/jellyfin/manifest.json

13 lines
283 B
JSON

{
"domain": "jellyfin",
"name": "Jellyfin",
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/jellyfin",
"requirements": [
"jellyfin-apiclient-python==1.7.2"
],
"iot_class": "local_polling",
"codeowners": [
"@j-stienstra"
]
}