I am trying to make an lights automation, but hitting a loop.
I have a light group helper for all home lights and need to pair it with an remote blank swich (only powered and not connected to light) at the entrance.
The idea is:
when a light group is on, to turn on remote blank swich on and not triger further action of the switch state on.
when light group is off, to turn of remote blank swich off and not triger further action of the switch state off.
and opsite
3. when remote switch is on from the switch to power on all lights
4. when remote switch is off from the switch to power off all lights
So the hard part is that helper is on even with single light is on and all lights become on or in loop
Can i have all this in one automation or somehow split it to work properly.
EDIT: After re-reading the OP, I think I missed the point in my original response…
If the state of the switch isn’t directly linked to the lights’ states, why force it? There’s no need to use it in the Dashboard since you can just use the light group…
So, just set up an automation that triggers on the state change of the switch to have it effect the light group in the desired way.