I need some help with my automation. I try to start my vacuum at a time which I set with an input_number slider. The slider just adjust the hour, so I compare the current hour with the slider.
The template works fine. I tested it in the “developer tool / template”.
The template is “true” if the current hour matches the value of the input_number.
Somehow the automation doesn’t start, so it seems to be a problem with the trigger.
I hope some of you can help me.
Thank you in advance.
The problem is that you don’t have an entity that changes in your trigger template.
You need to setup the time sensor and then use sensor.time instead of now(). The time sensor changes state every minute and therfore the template will be evaluated every minute.