Hi everyone,
I’m pretty new to HA and i’ve suscribed to nabu casa for having Google Assistant working with my HA.
Here my project, i have 2 differents local calendars i would like that ech events are announced on my Google home max 5 minutes before the event starts.
Here the start of my automation :
alias: enzo
description: ""
triggers:
- trigger: calendar
entity_id: calendar.taches_enzo
event: start
offset: "-0:5:0"
conditions: []
actions:
- action: media_player.turn_on
metadata: {}
data: {}
target:
device_id: 88bfe643a3056904365f706ad4d04428
mode: single
I have no idea how to end the automation to tell him to read the calendard event on my google home max.
Thanks for your patience.