Fix HA 2026.03 light color temp compatibility and bump 0.0.34

This commit is contained in:
2026-03-09 08:20:49 +01:00
parent 69267f7c0f
commit 221454d5e8
5 changed files with 50 additions and 49 deletions

View File

@@ -1,5 +1,12 @@
# Changelog
## 0.0.34 - 2026-03-09
- Fix startup on Home Assistant 2026.03 by handling removed `ATTR_COLOR_TEMP` imports.
- Switch light color temperature service calls to `color_temp_kelvin`.
## 0.0.33 - 2026-02-15
- Parse control strings from DPT 3.007 payloads and use raw step values as percent steps (0/8 stop).
## 0.0.32 - 2026-02-15
- Treat DPT 3.007 step_code 0 as a start/stop toggle for relative dimming/CT and rely on raw payload parsing.