TheMicDiet / chihiros-led-control

Control your Chihiros LEDs with Home Assistant or CLI
MIT License
29 stars 9 forks source link

Support transition in Home Assistant #23

Closed olapettersson closed 5 months ago

olapettersson commented 6 months ago

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?

TheMicDiet commented 6 months ago

Maybe this can be implemented on the integration level . I don't know how scenes work with the app.

olapettersson commented 6 months ago

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.