From 541cc808b0575d62ecfc079b76fa4d24a330e304 Mon Sep 17 00:00:00 2001 From: Joost Lekkerkerker Date: Fri, 20 Feb 2026 19:45:21 +0100 Subject: [PATCH] Add integration_type hub to totalconnect (#163672) --- homeassistant/components/totalconnect/manifest.json | 1 + 1 file changed, 1 insertion(+) diff --git a/homeassistant/components/totalconnect/manifest.json b/homeassistant/components/totalconnect/manifest.json index db9a53ac154..699bb8a7d76 100644 --- a/homeassistant/components/totalconnect/manifest.json +++ b/homeassistant/components/totalconnect/manifest.json @@ -4,6 +4,7 @@ "codeowners": ["@austinmroczek"], "config_flow": true, "documentation": "https://www.home-assistant.io/integrations/totalconnect", + "integration_type": "hub", "iot_class": "cloud_polling", "loggers": ["total_connect_client"], "requirements": ["total-connect-client==2025.12.2"]