2019-04-04 04:14:45 +00:00
|
|
|
{
|
|
|
|
"domain": "knx",
|
2020-01-07 07:19:17 +00:00
|
|
|
"name": "KNX",
|
2021-11-20 10:30:41 +00:00
|
|
|
"config_flow": true,
|
2019-10-02 16:25:44 +00:00
|
|
|
"documentation": "https://www.home-assistant.io/integrations/knx",
|
2021-11-20 10:30:41 +00:00
|
|
|
"requirements": [
|
|
|
|
"xknx==0.18.13"
|
|
|
|
],
|
|
|
|
"codeowners": [
|
|
|
|
"@Julius2342",
|
|
|
|
"@farmio",
|
|
|
|
"@marvin-w"
|
|
|
|
],
|
2021-04-15 08:21:38 +00:00
|
|
|
"quality_scale": "silver",
|
|
|
|
"iot_class": "local_push"
|
2021-11-20 10:30:41 +00:00
|
|
|
}
|