Fix relative CT start/stop handling

This commit is contained in:
2026-02-15 22:10:18 +01:00
parent 91f51cb414
commit 69267f7c0f
5 changed files with 12 additions and 8 deletions

View File

@@ -48,8 +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.
- 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.
- Relative dimming/CT now treat step_code 0 as a start/stop toggle and rely on raw payload parsing.
- Project version set to 0.0.32 and `CHANGELOG.md` maintained.
Files created:
- `custom_components/ha_knx_bridge/__init__.py`