Hi
I’ve made a simple automation using the new calendar offset that sends a notification to my echo show, telling I have an event.
This runs at 3pm everyday and tells me of events up to 10pm the following day.
How can I make it so it gives me the name & time of the event?
I assume some sort of template but I have no idea how to even start.
Thanks
alias: Calendar Reminders
description: ''
trigger:
- platform: calendar
event: start
offset: '-31:0:0'
entity_id: calendar.xxxxxxx_com
id: Get_Calendar_Event
- platform: time
at: '15:00:00'
condition: []
action:
- service: notify.alexa_media_dave_s_echo_show
data:
message: Hey Dave. You have a calendar event!
data:
type: tts
mode: single
Ha… yeah it worked for me too… the problem I was having was that I was scheduling the events too close together… such that the system… didn’t have time to “digest” the changes.
Just used a version of this code to sort out my Bin Schedule notification for Google Calendar.
I have a calendar with all the Bin schedules from my local council
Sends a push notification to all phone.
service: notify.notify
data:
message: Put the {{state_attr('calendar.home_bin_collection', 'message') }} out
title: Bin Schedule