20 lines
555 B
JSON
20 lines
555 B
JSON
{
|
|
"domain": "knx",
|
|
"name": "KNX",
|
|
"after_dependencies": ["panel_custom"],
|
|
"codeowners": ["@Julius2342", "@farmio", "@marvin-w"],
|
|
"config_flow": true,
|
|
"dependencies": ["file_upload", "http", "websocket_api"],
|
|
"documentation": "https://www.home-assistant.io/integrations/knx",
|
|
"integration_type": "hub",
|
|
"iot_class": "local_push",
|
|
"loggers": ["xknx", "xknxproject"],
|
|
"quality_scale": "platinum",
|
|
"requirements": [
|
|
"xknx==3.2.0",
|
|
"xknxproject==3.8.0",
|
|
"knx-frontend==2024.9.10.221729"
|
|
],
|
|
"single_config_entry": true
|
|
}
|