core/homeassistant/components/knx/manifest.json

19 lines
516 B
JSON
Raw Normal View History

{
"domain": "knx",
"name": "KNX",
"after_dependencies": ["panel_custom"],
2023-02-08 19:35:25 +00:00
"codeowners": ["@Julius2342", "@farmio", "@marvin-w"],
"config_flow": true,
"dependencies": ["file_upload", "websocket_api"],
"documentation": "https://www.home-assistant.io/integrations/knx",
2023-02-08 19:35:25 +00:00
"integration_type": "hub",
"iot_class": "local_push",
"loggers": ["xknx", "xknxproject"],
2023-02-08 19:35:25 +00:00
"quality_scale": "platinum",
"requirements": [
"xknx==2.9.0",
"xknxproject==3.1.0",
"knx_frontend==2023.5.16.204359"
]
}