core/homeassistant/components/lcn/manifest.json

13 lines
364 B
JSON
Raw Normal View History

{
"domain": "lcn",
"name": "LCN",
2024-08-24 04:56:48 +00:00
"after_dependencies": ["panel_custom"],
2023-02-08 19:35:25 +00:00
"codeowners": ["@alengwenus"],
"config_flow": true,
2024-08-24 04:56:48 +00:00
"dependencies": ["http", "websocket_api"],
"documentation": "https://www.home-assistant.io/integrations/lcn",
"iot_class": "local_push",
2023-02-08 19:35:25 +00:00
"loggers": ["pypck"],
2024-08-24 04:56:48 +00:00
"requirements": ["pypck==0.7.21", "lcn-frontend==0.1.6"]
}