1
0
mirror of https://github.com/elisspace/core.git synced 2026-09-13 06:28:37 +00:00
Files
core/homeassistant/components/webostv/manifest.json
2022-10-02 00:32:27 +02:00

13 lines
393 B
JSON

{
"domain": "webostv",
"name": "LG webOS Smart TV",
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/webostv",
"requirements": ["aiowebostv==0.2.1"],
"codeowners": ["@bendavid", "@thecode"],
"ssdp": [{ "st": "urn:lge-com:service:webos-second-screen:1" }],
"quality_scale": "platinum",
"iot_class": "local_push",
"loggers": ["aiowebostv"]
}