- alias: 'remind about payment'
trigger:
- platform: time_pattern
minutes: "/59"
condition:
- condition: time
after: '09:00:30'
before: '17:30:00'
I expected the trigger at 09:59 but surprised it triggered again at 10:00?
thanks!
P.S the version of HA is 2023.3.3 so not exactly ancient!