1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-24 21:06:19 +00:00

Add integration_type hub to lg_thinq (#159300)

This commit is contained in:
Joost Lekkerkerker
2025-12-17 20:34:25 +01:00
committed by GitHub
parent 1f699c729c
commit 0123ca656a

View File

@@ -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"]