I tried to create an automation with a condition where I ask, if the date today is after a date from a created helper (time input helper). The problem is, that this condition is always true, regardless of whether the date is in the past or in the future.
condition: time
after: input_datetime.datumseingabe_ferienende
As the documentation states, a time condition only looks at the time:
Note
Note that the time condition only takes the time into account. If a referenced sensor or helper entity contains a timestamp with a date, the date part is fully ignored.