From 3a712f6512f015346465260ca2916371cc15f321 Mon Sep 17 00:00:00 2001 From: Joost Lekkerkerker Date: Sun, 28 Dec 2025 15:01:00 +0100 Subject: [PATCH] Add integration_type hub to niko_home_control (#159841) --- homeassistant/components/niko_home_control/manifest.json | 1 + 1 file changed, 1 insertion(+) diff --git a/homeassistant/components/niko_home_control/manifest.json b/homeassistant/components/niko_home_control/manifest.json index 160d84ffabc..0e06a62eacf 100644 --- a/homeassistant/components/niko_home_control/manifest.json +++ b/homeassistant/components/niko_home_control/manifest.json @@ -4,6 +4,7 @@ "codeowners": ["@VandeurenGlenn"], "config_flow": true, "documentation": "https://www.home-assistant.io/integrations/niko_home_control", + "integration_type": "hub", "iot_class": "local_push", "loggers": ["nikohomecontrol"], "requirements": ["nhc==0.7.0"]