From b786440edab3d41aa6a183df71f33c5bf4599fc7 Mon Sep 17 00:00:00 2001 From: Marvin Wichmann Date: Wed, 26 Oct 2022 15:47:27 +0200 Subject: [PATCH] Add integration type to KNX integration (#81003) --- homeassistant/components/knx/manifest.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/homeassistant/components/knx/manifest.json b/homeassistant/components/knx/manifest.json index 5107956050f..b29e44490e9 100644 --- a/homeassistant/components/knx/manifest.json +++ b/homeassistant/components/knx/manifest.json @@ -7,5 +7,6 @@ "codeowners": ["@Julius2342", "@farmio", "@marvin-w"], "quality_scale": "platinum", "iot_class": "local_push", - "loggers": ["xknx"] + "loggers": ["xknx"], + "integration_type": "hub" }