From 1af884293f5cfb12f453da23368443c75e4f3bb7 Mon Sep 17 00:00:00 2001 From: Joost Lekkerkerker Date: Tue, 16 Dec 2025 11:30:23 +0100 Subject: [PATCH] Add integration_type hub to igloohome (#159170) --- homeassistant/components/igloohome/manifest.json | 1 + 1 file changed, 1 insertion(+) diff --git a/homeassistant/components/igloohome/manifest.json b/homeassistant/components/igloohome/manifest.json index 7bfb8f690c7..d73ee5a8e3a 100644 --- a/homeassistant/components/igloohome/manifest.json +++ b/homeassistant/components/igloohome/manifest.json @@ -4,6 +4,7 @@ "codeowners": ["@keithle888"], "config_flow": true, "documentation": "https://www.home-assistant.io/integrations/igloohome", + "integration_type": "hub", "iot_class": "cloud_polling", "quality_scale": "bronze", "requirements": ["igloohome-api==0.1.1"]