Initial HA KNX Bridge scaffold

This commit is contained in:
2026-02-13 09:26:56 +01:00
commit 297d318e15
9 changed files with 605 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
{
"domain": "ha_knx_bridge",
"name": "HA KNX Bridge",
"version": "0.1.0",
"config_flow": true,
"documentation": "https://github.com/OWNER/REPO",
"issue_tracker": "https://github.com/OWNER/REPO/issues",
"codeowners": ["@your-github-handle"],
"dependencies": ["knx"],
"after_dependencies": ["knx"],
"homeassistant": "2025.12.0",
"iot_class": "local_push"
}