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