mirror of
https://github.com/Electric-Special/ha-core.git
synced 2026-03-21 07:05:48 +01:00
18 lines
424 B
JSON
18 lines
424 B
JSON
{
|
|
"domain": "webostv",
|
|
"name": "LG webOS TV",
|
|
"codeowners": ["@thecode"],
|
|
"config_flow": true,
|
|
"documentation": "https://www.home-assistant.io/integrations/webostv",
|
|
"integration_type": "device",
|
|
"iot_class": "local_push",
|
|
"loggers": ["aiowebostv"],
|
|
"quality_scale": "platinum",
|
|
"requirements": ["aiowebostv==0.7.5"],
|
|
"ssdp": [
|
|
{
|
|
"st": "urn:lge-com:service:webos-second-screen:1"
|
|
}
|
|
]
|
|
}
|