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

@@ -39,6 +39,18 @@
}
}
},
"switch": {
"step": {
"user": {
"title": "Switch Port",
"data": {
"entity_id": "Switch entity",
"command_address": "Command group address (DPT 1)",
"state_address": "State group address (DPT 1)"
}
}
}
},
"cover": {
"step": {
"user": {