Hi all.
I’m having issues with the local calendar integration and my automation.
So I’ve created a calendar, put in some events that should trigger my automation.
Sometimes I see the automation getting triggered, but nothing shows up in the traces. When I manually run the automation then my action work.
I don’t know what I’m missing here, any help would be appreciated.
What I intend to do is: an event should trigger the automation and the automation should send a notification with the description of the event.
alias: Melding - vlaginstructie
description: ""
trigger:
- platform: calendar
event: start
offset: "0:0:0"
entity_id: calendar.lokale_agenda_vlaggen
condition: []
action:
- service: notify.telegram
data:
message: "{{ state_attr('calendar.lokale_agenda_vlaggen','description') }}"
mode: single
I’ve read Local calendar - Home Assistant (home-assistant.io), Automation trigger variables - Home Assistant (home-assistant.io), Calendar - Home Assistant (home-assistant.io), viewed the forum and watched Local Calendar event automation in Home Assistant (youtube.com), but I haven’t been able to recieve a notification.
Another thing I’m facing is that I had {{ trigger.calendar_event.summary }} in my notification and that worked, changing it to {{ trigger.calendar_event.description }} didn’t so I had to use “{{ state_attr(‘calendar.lokale_agenda_vlaggen’,‘description’) }}”.
This the current state of my calendar, no notification and no trigger this time: