mirror of https://github.com/home-assistant/core
13 lines
365 B
JSON
13 lines
365 B
JSON
{
|
|
"domain": "lg_netcast",
|
|
"name": "LG Netcast",
|
|
"codeowners": ["@Drafteed", "@splinter98"],
|
|
"config_flow": true,
|
|
"dependencies": ["network"],
|
|
"documentation": "https://www.home-assistant.io/integrations/lg_netcast",
|
|
"integration_type": "device",
|
|
"iot_class": "local_polling",
|
|
"loggers": ["pylgnetcast"],
|
|
"requirements": ["pylgnetcast==0.3.9"]
|
|
}
|