Should I use a global variable or a virtual switch to indicate when a notification should be sent?
So I have a rule that sends a notification when my garage is open. But there are times when I don’t want to be notified, so I would manually set the global variable to false, or the virtual switch to off, and then check that variable or virtual switch in my rule to determine if a notification should be sent.