I’ve been at this for days, on and off, and can’t make it work. I think I’m being incredibly dumb but I can’t see where.
I want my light to always come on with the same colour and brightness (e.g. some are warm white), not what it was previously on. In fact I have a bunch of lights which I want a default turn on value, but not the same as each other.
I believe this can be done with .default entries in the light_profile.csv file, in my config library (where config.yaml lives). Documented here
So my light_profile.csv looks like this:
profile,color_x,color_y,brightness,transition
light.office_light.default,0.491,0.383,100
light.overhead.default,0.586,0.387,150,5
But it does nothing, nothing at all, nothing changes!
Do I need to reboot between each change? Or quick reload? (Neither of which made any difference except extending my testing time!)
I don’t think I want an automation or scene as that feels like it might be clumsy compared to the csv approach. But maybe I’m barking up the wrong tree.
Any help or advice greatly appreciated!! Thanks.