From 5e3d2bec6845da6e1a56b2a001545f562744cfef Mon Sep 17 00:00:00 2001 From: Joost Lekkerkerker Date: Mon, 23 Feb 2026 15:18:54 +0100 Subject: [PATCH] Add integration_type device to sia (#163393) --- homeassistant/components/sia/manifest.json | 1 + 1 file changed, 1 insertion(+) diff --git a/homeassistant/components/sia/manifest.json b/homeassistant/components/sia/manifest.json index a6b612a8acf..19d6f07dca2 100644 --- a/homeassistant/components/sia/manifest.json +++ b/homeassistant/components/sia/manifest.json @@ -4,6 +4,7 @@ "codeowners": ["@eavanvalkenburg"], "config_flow": true, "documentation": "https://www.home-assistant.io/integrations/sia", + "integration_type": "hub", "iot_class": "local_push", "loggers": ["pysiaalarm"], "requirements": ["pysiaalarm==3.2.2"]