diff --git a/homeassistant/components/jellyfin/manifest.json b/homeassistant/components/jellyfin/manifest.json index 674aab64e0b..6c2cdb98ae4 100644 --- a/homeassistant/components/jellyfin/manifest.json +++ b/homeassistant/components/jellyfin/manifest.json @@ -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"], diff --git a/homeassistant/generated/integrations.json b/homeassistant/generated/integrations.json index 24c48c59968..d85f235ccd2 100644 --- a/homeassistant/generated/integrations.json +++ b/homeassistant/generated/integrations.json @@ -2506,7 +2506,7 @@ }, "jellyfin": { "name": "Jellyfin", - "integration_type": "hub", + "integration_type": "service", "config_flow": true, "iot_class": "local_polling" },