Closed olapettersson closed 5 months ago
Maybe this can be implemented on the integration level . I don't know how scenes work with the app.
I'll see if I can figure out if transitions is something that the lights must support, or if it something that can be implemented in the integration.
If the integration supported transitions, the time it should take to go from one brightness level to another, we would be able to set up custom light profiles including sunrise and sunset, just the way the app allows us. The fact that each colour is its own channel is a great benefit here, as we would then be able to use
light.turn_on
with a transition of, for example 30 minutes, to R:65%, G: 48%, B: 65%. Is that possible?