I have an event happening, that is stored in the input_datetime helper. I'd like to, after that, fire an automation every 1h after the event, periodically, for unlimited amount of time. What's the right approach?
- Use template comparison and limit myself to
1minute updates - Create a timer helper that has 1h expiration, fire the automation on expiration, restart the timer and start over?