Hi I want to set an automation to turn the heating on when I come back from being away (Like on holiday)
I was going to set up a nights away counter, but then I thought it would be easier to use a date helper calendar to set the date I was coming home.
But not sure what to use in the automation editor to acheive the condition statement to get if today’s date is >= to date set by a Date Helper
Tried
condition: time
after: input_datetime.return_home
And set the return date to yesterday, but it did not pass when I did “Test”
Regards