I’m trying to have a switch by my front door control my main hall lights (in addition to the lights the switch normally controls). I set up direct association so turning the front door switch on or off will also turn the hall lights on or off.
The problem is that when I am in the house, I will just turn the hall lights on and not the light by the front door. I’d like to make it so when I press the OFF button (bottom paddle) on the front door switch, it turns off the hall lights even if the front door lights are already off. So in this case I can’t use a state change as it’s already off.
It looks like if I turn on scene control on the switch, then I can accomplish this with “Central Scene action on Endpoint 0 Scene 002 - KeyPressed”, but I’d like to have scene control off to avoid the delay (as I won’t be using any double-presses on this switch).
So is there a way to detect the bottom paddle being pressed when the lights are already off but without enabling scene control? Thanks.