Hi can you post the solution for this?
Great! fernandex00 - jaraeez last posted automation is the one that worked for him:
- alias: 'Upcoming events'
trigger:
platform: state
entity_id: calendar.xxxxxxgmailcom
to: 'on'
action:
service: tts.google_say
data_template:
message: 'Hi, {{ states.calendar.xxxxxxgmailcom.attributes.message }}'
entity_id: media_player.kitchen_home
1 Like