Automation triggered by an Calendar event 'Tomorrow'

I am using the Google Calendar and would like to create an Auromation that uses Tomorrow as a trigger or in IF (if/then/else), such as :
IF
Event XYZ is On Tomorrow
THEN
Device ABC is On at 9 pm

Any suggestion ?

Check out calendar triggers documentation. You may consider using template binary sensors to extract some of the logic of a more complex automation like this:

So you can use separate entities as part of the condition.

E.g. make the automation fire from a time based event at 9pm then check the template binary sensor to determine if the event is happening, rather than trying to do it all at once.

1 Like