From 8ff2a226649bcedcec2912e5f3bf8ef1ad1009e9 Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Mon, 1 Dec 2025 23:03:53 -0500 Subject: [PATCH] Add integration_type to Sonos manifest (#157674) Co-authored-by: Claude --- homeassistant/components/sonos/manifest.json | 1 + 1 file changed, 1 insertion(+) diff --git a/homeassistant/components/sonos/manifest.json b/homeassistant/components/sonos/manifest.json index 18f406b5f63e..bcc252a7d8d7 100644 --- a/homeassistant/components/sonos/manifest.json +++ b/homeassistant/components/sonos/manifest.json @@ -6,6 +6,7 @@ "config_flow": true, "dependencies": ["ssdp"], "documentation": "https://www.home-assistant.io/integrations/sonos", + "integration_type": "hub", "iot_class": "local_push", "loggers": ["soco", "sonos_websocket"], "quality_scale": "bronze",