mirror of
https://github.com/home-assistant/core.git
synced 2025-08-13 17:45:19 +02:00
Add integration_type to jellyfin (#80832)
This commit is contained in:
@@ -3,6 +3,7 @@
|
|||||||
"name": "Jellyfin",
|
"name": "Jellyfin",
|
||||||
"config_flow": true,
|
"config_flow": true,
|
||||||
"documentation": "https://www.home-assistant.io/integrations/jellyfin",
|
"documentation": "https://www.home-assistant.io/integrations/jellyfin",
|
||||||
|
"integration_type": "service",
|
||||||
"requirements": ["jellyfin-apiclient-python==1.9.2"],
|
"requirements": ["jellyfin-apiclient-python==1.9.2"],
|
||||||
"iot_class": "local_polling",
|
"iot_class": "local_polling",
|
||||||
"codeowners": ["@j-stienstra", "@ctalkington"],
|
"codeowners": ["@j-stienstra", "@ctalkington"],
|
||||||
|
@@ -2506,7 +2506,7 @@
|
|||||||
},
|
},
|
||||||
"jellyfin": {
|
"jellyfin": {
|
||||||
"name": "Jellyfin",
|
"name": "Jellyfin",
|
||||||
"integration_type": "hub",
|
"integration_type": "service",
|
||||||
"config_flow": true,
|
"config_flow": true,
|
||||||
"iot_class": "local_polling"
|
"iot_class": "local_polling"
|
||||||
},
|
},
|
||||||
|
Reference in New Issue
Block a user