From 539ad6bf2b2c9992bcdc361cb40ed9a7f706ee66 Mon Sep 17 00:00:00 2001 From: Joost Lekkerkerker Date: Sun, 22 Feb 2026 10:47:59 +0100 Subject: [PATCH] Add integration_type hub to uhoo (#163737) --- homeassistant/components/uhoo/manifest.json | 1 + 1 file changed, 1 insertion(+) diff --git a/homeassistant/components/uhoo/manifest.json b/homeassistant/components/uhoo/manifest.json index 28b729984ed..5e8c316e97f 100644 --- a/homeassistant/components/uhoo/manifest.json +++ b/homeassistant/components/uhoo/manifest.json @@ -4,6 +4,7 @@ "codeowners": ["@getuhoo", "@joshsmonta"], "config_flow": true, "documentation": "https://www.home-assistant.io/integrations/uhooair", + "integration_type": "hub", "iot_class": "cloud_polling", "quality_scale": "bronze", "requirements": ["uhooapi==1.2.6"]