Good morning everyone, I run Home assistant via Docker on my homebuilt NAS.
I have a bunch of bulbs (Ikea, Philips Hue) and a problem with my scenes. I have defined standard color and brightness for all of them in light_profiles.csv, for example:
light.hue_play_lightbar_1.default,0.5056,0.4152,174
Now I have the problem that when I fire a scene with a different color and the bulb is initial off, it gets bright but with the standard color and brightness - I have to fire the scene again to set the correct color and brightness from the scene.
Is there a way to fix this without removing the bulb from the light_profiles.csv or fire the scene two times?