diff --git a/homeassistant/components/sabnzbd/manifest.json b/homeassistant/components/sabnzbd/manifest.json index f1b8a17134b4..2b17f3484d09 100644 --- a/homeassistant/components/sabnzbd/manifest.json +++ b/homeassistant/components/sabnzbd/manifest.json @@ -4,6 +4,7 @@ "codeowners": ["@shaiu", "@jpbede"], "config_flow": true, "documentation": "https://www.home-assistant.io/integrations/sabnzbd", + "integration_type": "service", "iot_class": "local_polling", "loggers": ["pysabnzbd"], "quality_scale": "bronze", diff --git a/homeassistant/generated/integrations.json b/homeassistant/generated/integrations.json index 2a03d1881472..2d34572e3183 100644 --- a/homeassistant/generated/integrations.json +++ b/homeassistant/generated/integrations.json @@ -5784,7 +5784,7 @@ }, "sabnzbd": { "name": "SABnzbd", - "integration_type": "hub", + "integration_type": "service", "config_flow": true, "iot_class": "local_polling" },