Add a reset period to a variable

Hi @nikv!

Last month we updated our delays and timeout feature and you’ll be able to effectively do a “reset” as you describe by using a timeout in your condition that is watching your boolean variable. Instead of changing the information you have from your sensor (the info stored in your variable), you state the amount of time that your condition should consider that information as valid.

I wrote an example using a motion sensor that might be helpful:

And here is the full article explaining how these time constraints for conditions are setup:

Let us know if this helps! :slight_smile: thanks!