Adaptive Lighting - not detecting override when bulb was off

I’m using Adaptive Lighting on my C-8 Pro, version 2.5.0.159.

TLDR: When trying to set a bulb from ‘off’ to a color, adaptive lighting sets the CT before it detects this as an override. If the light is already on, the override works.

Details:

I am using WiZ bulbs and am sending the color command via Maker API (from NodeRED) if that matters. The dual-zone WiZ lights I’m using don’t log anything at the child device level, but I looked through the device events and I can see Adaptive Lighting settings the color temperature right after Maker API calls the SetColor command:

I do have Adaptive Lighting set to treat hue/sat/color changes as override, and it works correctly if the bulb is already on before I send the setColor command. I can work around this by sending an on command first, waiting about 300ms, then sending the setColor command, but that is less than ideal as the light flashes white first before setting to the correct color.

Can this be fixed?