core/homeassistant/components/jellyfin/manifest.json

13 lines
392 B
JSON

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