From 3bb88ed4333296b19f88e1936334f35d69606ced Mon Sep 17 00:00:00 2001 From: Joost Lekkerkerker Date: Sat, 13 Dec 2025 08:30:04 +0100 Subject: [PATCH] Add integration_type hub to bosch_shc (#158868) --- homeassistant/components/bosch_shc/manifest.json | 1 + 1 file changed, 1 insertion(+) diff --git a/homeassistant/components/bosch_shc/manifest.json b/homeassistant/components/bosch_shc/manifest.json index c645c5dcc01..a4a069772a4 100644 --- a/homeassistant/components/bosch_shc/manifest.json +++ b/homeassistant/components/bosch_shc/manifest.json @@ -5,6 +5,7 @@ "codeowners": ["@tschamm"], "config_flow": true, "documentation": "https://www.home-assistant.io/integrations/bosch_shc", + "integration_type": "hub", "iot_class": "local_push", "loggers": ["boschshcpy"], "requirements": ["boschshcpy==0.2.107"],