core/homeassistant/components/knx/manifest.json

20 lines
553 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": "silver",
"requirements": [
"xknx==3.9.0",
"xknxproject==3.8.2",
"knx-frontend==2025.8.24.205840"
],
"single_config_entry": true
}