From c6c67c5357250f909061f8336746271f465b8e02 Mon Sep 17 00:00:00 2001 From: Joost Lekkerkerker Date: Sat, 13 Dec 2025 10:46:12 +0100 Subject: [PATCH] Add integration_type hub to blue_current (#158863) --- homeassistant/components/blue_current/manifest.json | 1 + 1 file changed, 1 insertion(+) diff --git a/homeassistant/components/blue_current/manifest.json b/homeassistant/components/blue_current/manifest.json index a92c8128fc9..c607f28a179 100644 --- a/homeassistant/components/blue_current/manifest.json +++ b/homeassistant/components/blue_current/manifest.json @@ -4,6 +4,7 @@ "codeowners": ["@gleeuwen", "@NickKoepr", "@jtodorova23"], "config_flow": true, "documentation": "https://www.home-assistant.io/integrations/blue_current", + "integration_type": "hub", "iot_class": "cloud_push", "loggers": ["bluecurrent_api"], "requirements": ["bluecurrent-api==1.3.2"]