diff --git a/homeassistant/components/plex/manifest.json b/homeassistant/components/plex/manifest.json index 6270a6d3496..bc04a8abb97 100644 --- a/homeassistant/components/plex/manifest.json +++ b/homeassistant/components/plex/manifest.json @@ -5,6 +5,7 @@ "config_flow": true, "dependencies": ["http"], "documentation": "https://www.home-assistant.io/integrations/plex", + "integration_type": "service", "iot_class": "local_push", "loggers": ["plexapi", "plexwebsocket"], "requirements": [ diff --git a/homeassistant/generated/integrations.json b/homeassistant/generated/integrations.json index 8880972de7b..8764697c1ee 100644 --- a/homeassistant/generated/integrations.json +++ b/homeassistant/generated/integrations.json @@ -5122,7 +5122,7 @@ }, "plex": { "name": "Plex Media Server", - "integration_type": "hub", + "integration_type": "service", "config_flow": true, "iot_class": "local_push" },