core/homeassistant/components/knx/manifest.json

19 lines
524 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", "http", "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"],
"requirements": [
"xknx==3.5.0",
2024-10-11 10:50:15 +00:00
"xknxproject==3.8.1",
"knx-frontend==2025.1.18.164225"
],
"single_config_entry": true
}