#use sensor value to a time funktion
1 messages · Page 1 of 1 (latest)
Currently sensors need to be device class timestamp to be used directly in a Time condition, and templating is not allowed. For your sensor you can use a template condition as follows:
condition: template
value_template: |
{{ now() >= today_at(states('sensor.cheapest_hour_dishwasher'))}}