From d890387d3dbd7b9ecb2f0cfa4fe06644c367df17 Mon Sep 17 00:00:00 2001 From: Joost Lekkerkerker Date: Mon, 15 Dec 2025 20:21:10 +0100 Subject: [PATCH] Add integration_type hub to hive (#159126) --- homeassistant/components/hive/manifest.json | 1 + 1 file changed, 1 insertion(+) diff --git a/homeassistant/components/hive/manifest.json b/homeassistant/components/hive/manifest.json index 4938e1dc1ad..a97be87c597 100644 --- a/homeassistant/components/hive/manifest.json +++ b/homeassistant/components/hive/manifest.json @@ -7,6 +7,7 @@ "homekit": { "models": ["HHKBridge*"] }, + "integration_type": "hub", "iot_class": "cloud_polling", "loggers": ["apyhiveapi"], "requirements": ["pyhive-integration==1.0.7"]