From 6188e0e39b22d2deb7d154c1fb621f18f542e4c8 Mon Sep 17 00:00:00 2001 From: TheJulianJES Date: Mon, 1 Dec 2025 21:18:49 +0100 Subject: [PATCH] Set ZHA integration type to "hub" (#157656) --- homeassistant/components/zha/manifest.json | 1 + 1 file changed, 1 insertion(+) diff --git a/homeassistant/components/zha/manifest.json b/homeassistant/components/zha/manifest.json index c9e730945ad..e78de0d92f7 100644 --- a/homeassistant/components/zha/manifest.json +++ b/homeassistant/components/zha/manifest.json @@ -6,6 +6,7 @@ "config_flow": true, "dependencies": ["file_upload", "homeassistant_hardware"], "documentation": "https://www.home-assistant.io/integrations/zha", + "integration_type": "hub", "iot_class": "local_polling", "loggers": [ "aiosqlite",