core/homeassistant/components/webostv/manifest.json

16 lines
367 B
JSON

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