I'd like to make a rule where I am sent a notification if humidity on a sensor exceeds X%, but only if it has been above X% for at least N minutes.
I'm sure this has been asked/addressed before but wasn't able to find it in search. I suspect I can use a combination of delays or private variables with conditional logic. I figured I'd check here for a good example before attempting to work one out on my own (with likely initial bugs).