Add integration_type to jellyfin (#80832)
This commit is contained in:
parent
3df73259dd
commit
9734086d9b
2 changed files with 2 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue