From 317a3ed044ff32b73574d0b8d3edd6d249a8b29f Mon Sep 17 00:00:00 2001 From: Joost Lekkerkerker Date: Mon, 15 Dec 2025 20:16:19 +0100 Subject: [PATCH] Add integration_type device to huawei_lte (#159132) --- homeassistant/components/huawei_lte/manifest.json | 1 + homeassistant/generated/integrations.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/homeassistant/components/huawei_lte/manifest.json b/homeassistant/components/huawei_lte/manifest.json index 63e9674565f..e4f211ffcee 100644 --- a/homeassistant/components/huawei_lte/manifest.json +++ b/homeassistant/components/huawei_lte/manifest.json @@ -4,6 +4,7 @@ "codeowners": ["@scop", "@fphammerle"], "config_flow": true, "documentation": "https://www.home-assistant.io/integrations/huawei_lte", + "integration_type": "device", "iot_class": "local_polling", "loggers": ["huawei_lte_api.Session"], "requirements": ["huawei-lte-api==1.11.0", "url-normalize==2.2.1"], diff --git a/homeassistant/generated/integrations.json b/homeassistant/generated/integrations.json index 744cbb894d5..a6df5d538a4 100644 --- a/homeassistant/generated/integrations.json +++ b/homeassistant/generated/integrations.json @@ -2868,7 +2868,7 @@ }, "huawei_lte": { "name": "Huawei LTE", - "integration_type": "hub", + "integration_type": "device", "config_flow": true, "iot_class": "local_polling" },