Hi, I’m trying to get the time of next compromisse, 08h (work time) or google calendar. I’m noob with templates, and I trying this:
{% if states.cal_start_time < self.parsetime(‘08:00:00’) %} states.cal_start_time {% else self.parsetime(‘08:00:00’) endif %}’
where cal_start_time is otther template with;
‘{{ states.calendar.felipe.attributes.start_time }}’
(this working)