Scene to turn off all lights

I am trying to set up an “Away” scene which turns off all my lights. Since the group.all_lights doesn’t exist any more, is there an easy way to have a scene turn off all lights (that I don’t have to reconfigure every time I add a light)?

Welcome to the community.
Read here:

Thanks for pointing me towards that post. A quick read says the answer to my question is: No there isn’t an easy way because scenes can’t do service calls, which is only default way of controlling all lights.

It seems to me, the easiest way is to have the script (either one you referred to here) which re-creates the group.all_lights run at start-up and use that group in the scene. But any other suggestions on easier ways would be welcome!

1 Like