Hi Everyone, I have sucessfully integrated my Google Calendars into Home Assistant, I have also integrated my Iphone as well.
I am trying to accomplish the Google Calender event should send a message/notification to my Iphone.
I am attaching my YAML code. Pls help:
alias: New Harsha Calender Event Notification
description: New Harsha Calender Event Notification
triggers:
Please format the configuration properly (Questions Guidelines #11) so that we can rule out whether the issue is coming from the configuration’s construction.
It would also be helpful if you could describe how you are testing.
Hi, I have an event in my GOOGLE Calendar Turn on Light at 5.15 pm and I want to test this event
I have offset by 5 mins before the event happens, I want a notification on my mobile to say Turn on Light
YAML:
alias: Test Turn on Light - event trigger
description: Turn on Light
triggers:
Please format the configuration properly (Questions Guidelines #11) so that we can rule out whether the issue is coming from the configuration’s construction.
Using a State condition with a calendar entity is not advised, you will get more reliable results using Template condition that utilize the trigger variable.
Also make sure you understand the timing and mode requirements as described in the Calendar - Automation docs.