Add switch port support

This commit is contained in:
2026-02-13 13:25:49 +01:00
parent 74f5133bc1
commit d6ec48e2e6
7 changed files with 150 additions and 9 deletions

View File

@@ -3,6 +3,7 @@ DOMAIN = "ha_knx_bridge"
CONF_KNX_ENTRY_ID = "knx_entry_id"
CONF_STATE_ADDRESS = "state_address"
CONF_COMMAND_ADDRESS = "command_address"
CONF_MOVE_LONG_ADDRESS = "move_long_address"
CONF_MOVE_SHORT_ADDRESS = "move_short_address"