mirror of
https://github.com/home-assistant/core.git
synced 2026-06-11 11:41:42 +02:00
4138e518ef
fixes undefined
13 lines
380 B
JSON
13 lines
380 B
JSON
{
|
|
"domain": "webostv",
|
|
"name": "LG webOS Smart TV",
|
|
"config_flow": true,
|
|
"documentation": "https://www.home-assistant.io/integrations/webostv",
|
|
"requirements": ["aiowebostv==0.3.2"],
|
|
"codeowners": ["@thecode"],
|
|
"ssdp": [{ "st": "urn:lge-com:service:webos-second-screen:1" }],
|
|
"quality_scale": "platinum",
|
|
"iot_class": "local_push",
|
|
"loggers": ["aiowebostv"]
|
|
}
|