mirror of
https://github.com/home-assistant/core.git
synced 2026-08-24 10:13:52 -05:00
15 lines
425 B
JSON
15 lines
425 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",
|
|
"integration_type": "hub",
|
|
"iot_class": "local_polling",
|
|
"loggers": ["pypck"],
|
|
"quality_scale": "silver",
|
|
"requirements": ["pypck==0.9.13", "lcn-frontend==0.2.9"]
|
|
}
|