From beea9fa74b0456ccb84a1e51f7b544eb4e8bff75 Mon Sep 17 00:00:00 2001 From: Joost Lekkerkerker Date: Tue, 20 Jan 2026 20:20:54 +0100 Subject: [PATCH] Add integration_type service to sabnzbd (#161321) --- homeassistant/components/sabnzbd/manifest.json | 1 + homeassistant/generated/integrations.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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" },