Fix relative color temperature steps

This commit is contained in:
2026-02-15 22:02:36 +01:00
parent 1eb283112c
commit 91f51cb414
5 changed files with 116 additions and 13 deletions

View File

@@ -48,7 +48,8 @@ Completed:
- Relative color temperature control wired into light schema, UI order adjusted, and KNX color temperature types aligned.
- Color temperature service calls now use mireds for better compatibility.
- Relative dimming/color temperature decoding improved for control/stepcode payloads.
- Project version set to 0.0.30 and `CHANGELOG.md` maintained.
- Relative color temperature adjustment now accepts step_code 0 as a single-step and registers control_dimming event types for relative dimming/CT.
- Project version set to 0.0.31 and `CHANGELOG.md` maintained.
Files created:
- `custom_components/ha_knx_bridge/__init__.py`