Not sure if anyone can help, but I am super happy with my Calendar integration into my current Home Assistant, but I just think it would be really handy to replace google’s notifications (which dont always work) with my own push notifications. So … is it possible to set an automation that watches one of my calendars all the time, looking for example for a entry of Put Wheelie Bins Out, then send me a notification using my iphone notifications (that are currently working great for other automations).
The simplest thing to do is to set up a search calendar, so that it tracks the thing you’re interested in. Then you can use the state and message of the calendar entity in the trigger.
Then do my trigger should that work ? as i tried this (via the automation gui) and it didnt trigger when i added an item with a title of put wheelie bins out in the title.
tested in templates menu (just dropped `value_template: “{{ ‘testing’ in state_attr(‘calendar.family’, ‘message’) }}”) into it and it came up false ? is this searching the calendar title for testing - does the time of the event matter ?
I have created a new calendar event in google, it shows on my snazzy atomic calendar but the calendar.family state still shows an old calendar entry ? so what triggers this to change ? I also got the notification part to push message to me. It seems to me that the trigger is not working ? what starts the trigger ? is it when the event starts ? state on ?