1
0
mirror of https://github.com/home-assistant/core.git synced 2026-04-29 05:03:59 +01:00
Files
core/homeassistant/components/webostv/manifest.json
2025-08-12 22:53:56 +03:00

16 lines
361 B
JSON

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