mirror of https://github.com/home-assistant/core
13 lines
364 B
JSON
13 lines
364 B
JSON
{
|
|
"domain": "lcn",
|
|
"name": "LCN",
|
|
"after_dependencies": ["panel_custom"],
|
|
"codeowners": ["@alengwenus"],
|
|
"config_flow": true,
|
|
"dependencies": ["http", "websocket_api"],
|
|
"documentation": "https://www.home-assistant.io/integrations/lcn",
|
|
"iot_class": "local_push",
|
|
"loggers": ["pypck"],
|
|
"requirements": ["pypck==0.7.24", "lcn-frontend==0.2.2"]
|
|
}
|