From 9fc014c6f4f5eb789c6f803d33b2b03fe93ceb98 Mon Sep 17 00:00:00 2001 From: Joost Lekkerkerker Date: Tue, 16 Dec 2025 11:35:58 +0100 Subject: [PATCH] Add integration_type hub to inels (#159174) --- homeassistant/components/inels/manifest.json | 1 + 1 file changed, 1 insertion(+) diff --git a/homeassistant/components/inels/manifest.json b/homeassistant/components/inels/manifest.json index 2764983d5b2..c3caa55ba06 100644 --- a/homeassistant/components/inels/manifest.json +++ b/homeassistant/components/inels/manifest.json @@ -5,6 +5,7 @@ "config_flow": true, "dependencies": ["mqtt"], "documentation": "https://www.home-assistant.io/integrations/inels", + "integration_type": "hub", "iot_class": "local_push", "mqtt": ["inels/status/#"], "quality_scale": "bronze",