So, I am currently using "Templates" like "{% set elapsed = (now() - states.person.***.last_changed).total_seconds() %} {{ elapsed < 6 * 60 }}"
But there has to be an easier way of doing that, isn't there?
Simply I want Trigger that automation only if the condition "Person in Home Zone for less than 10 minutes" is true. The template works perfectly fine though, but I want to make things easier to read and configure