You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think it would be really cool to be able to set RGB light bulbs to any color temperature, even beyond their standard "allowed" range. The only trouble is, converting from a color temperature to an actual color (or vice versa) is hard to do in HA without resorting to python.
I was looking at some of the features of this library while thinking color temperature conversions would be a really nice feature to add, because there isn't really a good way to do it yet.
What this would likely entail is temp2xy and xy2temp functions and then a spin-off function like temp2hs and hs2temp that use temp2xy and xy2hs intermediately.
Would this kind of functionality be appropriate for this library/template?
The text was updated successfully, but these errors were encountered:
I think it would be really cool to be able to set RGB light bulbs to any color temperature, even beyond their standard "allowed" range. The only trouble is, converting from a color temperature to an actual color (or vice versa) is hard to do in HA without resorting to python.
I was looking at some of the features of this library while thinking color temperature conversions would be a really nice feature to add, because there isn't really a good way to do it yet.
What this would likely entail is
temp2xy
andxy2temp
functions and then a spin-off function liketemp2hs
andhs2temp
that usetemp2xy
andxy2hs
intermediately.Would this kind of functionality be appropriate for this library/template?
The text was updated successfully, but these errors were encountered: