mirror of
https://github.com/home-assistant/core.git
synced 2026-09-24 15:31:52 -05:00
Co-authored-by: yunseon.park <yunseon.park@lge.com> Co-authored-by: Josef Zweck <josef@zweck.dev>
12 lines
333 B
JSON
12 lines
333 B
JSON
{
|
|
"domain": "lg_thinq",
|
|
"name": "LG ThinQ",
|
|
"codeowners": ["@LG-ThinQ-Integration"],
|
|
"config_flow": true,
|
|
"dhcp": [{ "macaddress": "34E6E6*" }],
|
|
"documentation": "https://www.home-assistant.io/integrations/lg_thinq",
|
|
"iot_class": "cloud_push",
|
|
"loggers": ["thinqconnect"],
|
|
"requirements": ["thinqconnect==1.0.7"]
|
|
}
|