dwainscheeren / dwains-dashboard-addons

Dwains Dashboard Community Addons
118 stars 75 forks source link

FR: Next calendar entry as notification in home screen #137

Open gmainuk opened 2 years ago

gmainuk commented 2 years ago

Is it possible to include the next calendar entry as a notification on the main home screen? image

gmainuk commented 2 years ago

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? image

gmainuk commented 2 years ago

Got it. Use this in the automation action, service: dwains_dashboard.notification_create data: message: '{{ state_attr(''calendar.birthdays'',''message'') }}' notification_id: birthday

gmainuk commented 2 years ago

Assume you could either add multiple automations with separate notification id's for each notification required or have a single calendar rather than multiple.