HI,
I have set up a node-red flow to with a PIR to turn on some lights, I have the PIR MQTT going into switch node then into a trigger node to set the timer for the PIR activation.
There are 3 seerate light on this trigger.
I want to be able to tell google to turn off light 1 if I decide it’s not needed. however, when I do, the next time to PIR activates it turns the light back on.
Is there something I can add to my code or to node-red that will see the manual input from the google home command (using NORA) so it does not just turn it back on?