19 lines
517 B
JSON
19 lines
517 B
JSON
{
|
|
"domain": "knx",
|
|
"name": "KNX",
|
|
"after_dependencies": ["panel_custom"],
|
|
"codeowners": ["@Julius2342", "@farmio", "@marvin-w"],
|
|
"config_flow": true,
|
|
"dependencies": ["file_upload", "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==2.11.2",
|
|
"xknxproject==3.4.0",
|
|
"knx-frontend==2023.6.23.191712"
|
|
]
|
|
}
|