1
mirror of https://github.com/home-assistant/core synced 2024-08-28 03:36:46 +02:00
ha-core/homeassistant/components/lcn/manifest.json
2023-05-18 11:26:37 -05:00

11 lines
255 B
JSON

{
"domain": "lcn",
"name": "LCN",
"codeowners": ["@alengwenus"],
"config_flow": false,
"documentation": "https://www.home-assistant.io/integrations/lcn",
"iot_class": "local_push",
"loggers": ["pypck"],
"requirements": ["pypck==0.7.17"]
}