What's Changed
🔧 Fix: Light color temperature now uses color_temp_kelvin
Home Assistant 2026.3.0 removes the deprecated color_temp (Mireds) and kelvin parameters from light.turn_on. This release updates the light page to use the non-deprecated color_temp_kelvin parameter instead.
The TFT slider now operates natively in Kelvin, keeping the value flow clean end-to-end without any unit conversion.
⚠️ Important
This release requires updating all three components (ESPHome, TFT, and Blueprint) together. Using mismatched versions across this change will result in color temperature control no longer working.