I have a working WLED integration using color_mode: color_temp. It drives a CCT led strip.
The slider allows me to change the temperature from 2000K to 6535K. 2000K technically sets the warmest temperature and 6535K sets the coldest. It works just fine.
But I really would like to match the kelvin number to the actual range of my led strip what is 3000K to 6000K.
So far I did customize the “min_color_temp_kelvin” and “max_color_temp_kelvin” attributes of the light entity to my desired numbers.
Home assistant now sends a minimum of 3000K and a maximum of 6000K to WLED controller, but it resulted to inability to technically turn the led strip to its maximum or minimum temperature. (In other words if I now set the minimum 3000K in HA the led strip doesn’t turn to its warmest temperature).
How do I tell the integration that 3000K should be the new technical minimum and 6000K the new technical maximum?
Where else should I look for changing the original 6535K and 2000K to my desired values?