Files
HA-KNX-Bridge/custom_components/ha_knx_bridge/manifest.json

14 lines
394 B
JSON

{
"domain": "ha_knx_bridge",
"name": "HA KNX Bridge",
"version": "0.0.5",
"config_flow": true,
"documentation": "https://github.com/bahmcloud/HA-KNX-Bridge",
"issue_tracker": "https://github.com/bahmcloud/HA-KNX-Bridge/issues",
"codeowners": ["@bahmcloud"],
"dependencies": ["knx"],
"after_dependencies": ["knx"],
"homeassistant": "2025.12.0",
"iot_class": "local_push"
}