Add LG ThinQ to LG brand (#129346)

This commit is contained in:
Joost Lekkerkerker 2024-10-28 18:24:24 +01:00 committed by GitHub
parent 420538e6e7
commit 8874ba2779
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 7 additions and 7 deletions

View File

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

View File

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