1
0
mirror of https://github.com/home-assistant/core.git synced 2026-04-29 21:21:46 +01:00
Files
core/homeassistant/components/jellyfin/manifest.json
2025-06-27 11:07:14 +02:00

12 lines
361 B
JSON

{
"domain": "jellyfin",
"name": "Jellyfin",
"codeowners": ["@RunC0deRun", "@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.11.0"]
}