mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 05:07:41 +00:00
Add LG ThinQ to LG brand (#129346)
This commit is contained in:
parent
420538e6e7
commit
8874ba2779
@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"domain": "lg",
|
"domain": "lg",
|
||||||
"name": "LG",
|
"name": "LG",
|
||||||
"integrations": ["lg_netcast", "lg_soundbar", "webostv"]
|
"integrations": ["lg_netcast", "lg_soundbar", "lg_thinq", "webostv"]
|
||||||
}
|
}
|
||||||
|
@ -3285,6 +3285,12 @@
|
|||||||
"iot_class": "local_polling",
|
"iot_class": "local_polling",
|
||||||
"name": "LG Soundbars"
|
"name": "LG Soundbars"
|
||||||
},
|
},
|
||||||
|
"lg_thinq": {
|
||||||
|
"integration_type": "hub",
|
||||||
|
"config_flow": true,
|
||||||
|
"iot_class": "cloud_push",
|
||||||
|
"name": "LG ThinQ"
|
||||||
|
},
|
||||||
"webostv": {
|
"webostv": {
|
||||||
"integration_type": "hub",
|
"integration_type": "hub",
|
||||||
"config_flow": true,
|
"config_flow": true,
|
||||||
@ -3293,12 +3299,6 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"lg_thinq": {
|
|
||||||
"name": "LG ThinQ",
|
|
||||||
"integration_type": "hub",
|
|
||||||
"config_flow": true,
|
|
||||||
"iot_class": "cloud_push"
|
|
||||||
},
|
|
||||||
"lidarr": {
|
"lidarr": {
|
||||||
"name": "Lidarr",
|
"name": "Lidarr",
|
||||||
"integration_type": "service",
|
"integration_type": "service",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user