How to deal with transitions and non-dimmable devices?

I’m using transitions when applying scenes. In my living room i mostly use devices which are dimmable. I have one lightbulb which doesnt, and simply turns off or off.

When i apply a smooth 5 second transition for turning the lights off, this 1 lightbulb turns off immediately while the dimmable devices start their transition… This annoys me, what i would like is that this device turns off after the devices that do support transitions reach 0% brightness.

How to deal with this, other than scene.turn_on for the dimmable devices and afterwards light.turn_on for the nondimmable bulb?

Separate the devices from the scene and call them 5 seconds after using a delay in the script. Or you could do a wait for trigger and wait for the lights to reach zero before turning off the lights. Again, all done in scripts.