mirror of
https://github.com/bahmcloud/HA-KNX-Bridge.git
synced 2026-04-06 14:31:13 +00:00
14 lines
394 B
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"
|
|
}
|