Before I start: Thanks for writing this awesome piece of software!
As a part of my movie-lighting I'd like to slowly transition lights from on to off and vice versa.
Let's say I want to slowly turn on a light when a movie is paused: I set transition=4 in my service_call definition and run it.
This activates adaptive lighting and it too fires its initial transition, which means instead of the light slowly turning on over the course of 4 seconds adaptive lighting turns it fully on after 1 second.
My initial reaction was: Well ok, I'll set it to 0. But then transition=0 is added to the call and the lights come on even quicker.

As you can see in the image (I am using zigbee2mqtt with this light): "My" transition value of four was overwritten by adaptive lightings transition value of 0.
Please add a way to remove the transition value, either by omitting it if it is 0 or by adding a toggle.
Thanks.
Before I start: Thanks for writing this awesome piece of software!
As a part of my movie-lighting I'd like to slowly transition lights from
ontooffand vice versa.Let's say I want to slowly turn on a light when a movie is paused: I set
transition=4in myservice_calldefinition and run it.This activates
adaptive lightingand it too fires its initial transition, which means instead of the light slowly turning on over the course of 4 secondsadaptive lightingturns it fully on after 1 second.My initial reaction was: Well ok, I'll set it to 0. But then
transition=0is added to the call and the lights come on even quicker.As you can see in the image (I am using zigbee2mqtt with this light): "My" transition value of four was overwritten by
adaptive lightings transition value of 0.Please add a way to remove the transition value, either by omitting it if it is 0 or by adding a toggle.
Thanks.