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,46 @@
{
"config": {
"abort": {
"knx_not_configured": "Set up the Home Assistant KNX integration first."
},
"step": {
"user": {
"title": "HA KNX Bridge",
"description": "Select the Home Assistant KNX integration entry to use.",
"data": {
"knx_entry_id": "KNX integration"
}
}
}
},
"config_subentries": {
"binary_sensor": {
"step": {
"user": {
"title": "Binary Sensor Port",
"data": {
"entity_id": "Binary sensor entity",
"state_address": "State group address (DPT 1)"
}
}
}
},
"cover": {
"step": {
"user": {
"title": "Cover Port",
"data": {
"entity_id": "Cover entity",
"move_long_address": "Move long (DPT 1.008 Up/Down)",
"move_short_address": "Move short (DPT 1.007 Step)",
"stop_address": "Stop (DPT 1)",
"position_address": "Set position (DPT 5.001)",
"position_state_address": "State position (DPT 5.001)",
"angle_address": "Set tilt (DPT 5.001)",
"angle_state_address": "State tilt (DPT 5.001)"
}
}
}
}
}
}