Add port devices and enable toggles

This commit is contained in:
2026-02-13 21:13:54 +01:00
parent 6824134c91
commit 0af4fc8375
47 changed files with 646 additions and 245 deletions

View File

@@ -8,6 +8,8 @@ CONF_INVERT_INCOMING = "invert_incoming"
CONF_INVERT_OUTGOING = "invert_outgoing"
CONF_PORTS = "ports"
CONF_PORT_ID = "port_id"
CONF_PORT_ENABLED = "port_enabled"
CONF_ENABLED = "enabled"
CONF_MOVE_LONG_ADDRESS = "move_long_address"
CONF_MOVE_SHORT_ADDRESS = "move_short_address"