Hello everyone,
I’d like to have a template sensor filled with the start time of the next upcoming calendar event. How may I solve this?
Thanks!
mny
Hello everyone,
I’d like to have a template sensor filled with the start time of the next upcoming calendar event. How may I solve this?
Thanks!
mny
Hints anyone?
Would be perfect to have the sensor filled once a day (automation/script).
It’s an attribute of the calendar, so:
states.calendar.YOUR_CALENDAR.attributes.start_time
This, and more, is explained in the templating documentation.