Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
gmainuk opened this issue Dec 21, 2021 · 3 comments
Open

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

gmainuk opened this issue Dec 21, 2021 · 3 comments

Comments

@gmainuk
Copy link

gmainuk commented Dec 21, 2021

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

@gmainuk
Copy link
Author

gmainuk commented Feb 25, 2022

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
Copy link
Author

gmainuk commented Feb 25, 2022

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

@gmainuk
Copy link
Author

gmainuk commented Feb 25, 2022

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant