i have made an automation for when i open my patio or garage door my a/c turns off. i have made an counter for it, so when the door closes it asks if you want the a/c to turn back on. The only issue my wife hates is that even when you open and close the door for example ( 5 secs) it still asks you. trying to figure out how to create a fail safe for it to not ask if we just are going in and out for a sec?
Here is my yaml: https://dpaste.org/bEHm6
#patio automation fail
1 messages · Page 1 of 1 (latest)
The problem is the if blocks. Change them over to choose blocks and then it should only run one action per triggering of the automtion.
ok so change it to choose then. will update now