From 0123ca656ab6d94b02cab5c55237223eff9eefef Mon Sep 17 00:00:00 2001 From: Joost Lekkerkerker Date: Wed, 17 Dec 2025 20:34:25 +0100 Subject: [PATCH] Add integration_type hub to lg_thinq (#159300) --- homeassistant/components/lg_thinq/manifest.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/homeassistant/components/lg_thinq/manifest.json b/homeassistant/components/lg_thinq/manifest.json index 784ffb7092f..ffe9c07e541 100644 --- a/homeassistant/components/lg_thinq/manifest.json +++ b/homeassistant/components/lg_thinq/manifest.json @@ -3,8 +3,13 @@ "name": "LG ThinQ", "codeowners": ["@LG-ThinQ-Integration"], "config_flow": true, - "dhcp": [{ "macaddress": "34E6E6*" }], + "dhcp": [ + { + "macaddress": "34E6E6*" + } + ], "documentation": "https://www.home-assistant.io/integrations/lg_thinq", + "integration_type": "hub", "iot_class": "cloud_push", "loggers": ["thinqconnect"], "requirements": ["thinqconnect==1.0.9"]