2019-04-04 04:14:45 +00:00
|
|
|
{
|
|
|
|
"domain": "knx",
|
2020-01-07 07:19:17 +00:00
|
|
|
"name": "KNX",
|
2023-05-10 22:13:22 +00:00
|
|
|
"after_dependencies": ["panel_custom"],
|
2023-02-08 19:35:25 +00:00
|
|
|
"codeowners": ["@Julius2342", "@farmio", "@marvin-w"],
|
2021-11-20 10:30:41 +00:00
|
|
|
"config_flow": true,
|
2023-05-10 22:13:22 +00:00
|
|
|
"dependencies": ["file_upload", "websocket_api"],
|
2019-10-02 16:25:44 +00:00
|
|
|
"documentation": "https://www.home-assistant.io/integrations/knx",
|
2023-02-08 19:35:25 +00:00
|
|
|
"integration_type": "hub",
|
2022-01-28 21:37:53 +00:00
|
|
|
"iot_class": "local_push",
|
2023-05-10 22:13:22 +00:00
|
|
|
"loggers": ["xknx", "xknxproject"],
|
2023-02-08 19:35:25 +00:00
|
|
|
"quality_scale": "platinum",
|
2023-05-10 22:13:22 +00:00
|
|
|
"requirements": [
|
2023-05-28 13:22:38 +00:00
|
|
|
"xknx==2.10.0",
|
2023-05-10 22:13:22 +00:00
|
|
|
"xknxproject==3.1.0",
|
2023-06-01 01:12:53 +00:00
|
|
|
"knx-frontend==2023.5.31.141540"
|
2023-05-10 22:13:22 +00:00
|
|
|
]
|
2022-01-28 21:37:53 +00:00
|
|
|
}
|