mirror of https://github.com/home-assistant/core
13 lines
392 B
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
|
|
}
|