Add integration_type to jellyfin (#80832)

This commit is contained in:
Chris Talkington 2022-10-23 13:42:25 -05:00 committed by GitHub
parent 3df73259dd
commit 9734086d9b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View file

@ -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"],

View file

@ -2506,7 +2506,7 @@
},
"jellyfin": {
"name": "Jellyfin",
"integration_type": "hub",
"integration_type": "service",
"config_flow": true,
"iot_class": "local_polling"
},