Add per-address invert toggles

This commit is contained in:
2026-02-13 13:44:06 +01:00
parent d6ec48e2e6
commit d91d3edc5a
7 changed files with 353 additions and 13 deletions

View File

@@ -37,6 +37,7 @@ Current minimal scope:
If a group address is left empty, it is ignored.
Group address format must be `X/Y/Z` (0-31/0-7/0-255) or `X/Y` (0-31/0-2047).
Each group address has `invert incoming` and `invert outgoing` toggles to flip KNX payloads.
### Switch Port
- `entity_id`: the HA switch to control/monitor.
@@ -53,6 +54,6 @@ Group address format must be `X/Y/Z` (0-31/0-7/0-255) or `X/Y` (0-31/0-2047).
- Advanced DPT mapping options and inversion settings.
## Versioning and Releases
- Current version: 0.0.3
- Current version: 0.0.4
- `CHANGELOG.md` lists versions with the newest entries at the top.
- Release creation is manual and only done when explicitly requested.