Hi
I am trying to trigger a reminder for the meetings 10 minutes before the start time , but the trigger run exactly with the meeting start , what the wrong with my template ? or maybe I missed something ?
{{ (as_timestamp(states.calendar.sap_calendar_bot_meetings.attributes.start_time) - as_timestamp(now())) <= 600 }}