From 0f6a3a83286f2bd4917206841b9d00acd2d80bed Mon Sep 17 00:00:00 2001 From: Joost Lekkerkerker Date: Mon, 23 Feb 2026 13:17:31 +0100 Subject: [PATCH] Add integration_type service to snapcast (#163401) --- homeassistant/components/snapcast/manifest.json | 1 + 1 file changed, 1 insertion(+) diff --git a/homeassistant/components/snapcast/manifest.json b/homeassistant/components/snapcast/manifest.json index 80d3b6cd4913..21358156455f 100644 --- a/homeassistant/components/snapcast/manifest.json +++ b/homeassistant/components/snapcast/manifest.json @@ -4,6 +4,7 @@ "codeowners": ["@luar123"], "config_flow": true, "documentation": "https://www.home-assistant.io/integrations/snapcast", + "integration_type": "hub", "iot_class": "local_push", "loggers": ["construct", "snapcast"], "requirements": ["snapcast==2.3.7"]