You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ok, had a play around with this today and managed to get some data sent across. Ideally I'd like to add a notification to show when there is a birthday on that day. I have a general "Birthday Today" message but I'd really like to include the attribute message from the google calendar addon. Any idea how I might be able to do that?
Got it. Use this in the automation action, service: dwains_dashboard.notification_create data: message: '{{ state_attr(''calendar.birthdays'',''message'') }}' notification_id: birthday
Assume you could either add multiple automations with separate notification id's for each notification required or have a single calendar rather than multiple.
Is it possible to include the next calendar entry as a notification on the main home screen?
The text was updated successfully, but these errors were encountered: