mirror of
https://github.com/home-assistant/core.git
synced 2025-12-20 02:48:57 +00:00
Add integration_type device to lg_soundbar (#159299)
This commit is contained in:
committed by
GitHub
parent
43b9ecfc2b
commit
664c50586f
@@ -4,6 +4,7 @@
|
|||||||
"codeowners": [],
|
"codeowners": [],
|
||||||
"config_flow": true,
|
"config_flow": true,
|
||||||
"documentation": "https://www.home-assistant.io/integrations/lg_soundbar",
|
"documentation": "https://www.home-assistant.io/integrations/lg_soundbar",
|
||||||
|
"integration_type": "device",
|
||||||
"iot_class": "local_polling",
|
"iot_class": "local_polling",
|
||||||
"loggers": ["temescal"],
|
"loggers": ["temescal"],
|
||||||
"requirements": ["temescal==0.5"]
|
"requirements": ["temescal==0.5"]
|
||||||
|
|||||||
@@ -3536,7 +3536,7 @@
|
|||||||
"name": "LG Netcast"
|
"name": "LG Netcast"
|
||||||
},
|
},
|
||||||
"lg_soundbar": {
|
"lg_soundbar": {
|
||||||
"integration_type": "hub",
|
"integration_type": "device",
|
||||||
"config_flow": true,
|
"config_flow": true,
|
||||||
"iot_class": "local_polling",
|
"iot_class": "local_polling",
|
||||||
"name": "LG Soundbars"
|
"name": "LG Soundbars"
|
||||||
|
|||||||
Reference in New Issue
Block a user