Improve KNX cover command decoding

This commit is contained in:
2026-02-13 20:23:01 +01:00
parent 0fa390fd7f
commit 22afc5addf
5 changed files with 73 additions and 16 deletions

View File

@@ -1,5 +1,11 @@
# Changelog
## 0.0.14 - 2026-02-13
- Improve KNX event decoding for cover commands and address the up/down mapping.
## 0.0.13 - 2026-02-13
- Clamp percent payloads to avoid invalid KNX DPT 5.001 values.
## 0.0.12 - 2026-02-13
- Fix KNX event listener setup for HA versions without async_track_event helper.