Tune relative dimming steps

This commit is contained in:
2026-02-15 21:00:24 +01:00
parent 082ce93334
commit c8d05acae9
5 changed files with 15 additions and 11 deletions

View File

@@ -73,7 +73,7 @@ Only state addresses expose an `invert outgoing` toggle to flip KNX payloads.
Notes:
- For XY color, the bridge sends the brightness as the Y (luminance) component.
- Relative dimming (DPT 3.007) maps KNX step values to `brightness_step_pct` in Home Assistant.
- Relative dimming (DPT 3.007) maps KNX step values to small `brightness_step_pct` changes in Home Assistant.
- Color temperature mode must match the KNX telegram DPT: `relative` for 5.001, `absolute` for 7.600, `absolute_float` for DPT 9.
## Notes
@@ -108,5 +108,5 @@ Notes:
- Advanced DPT mapping options and inversion settings.
## Versioning and Releases
- Current version: 0.0.24
- Current version: 0.0.25
- `CHANGELOG.md` lists versions with the newest entries at the top.