Hi everyone,
I am trying to turn off a switch after a certain amount of seconds (so even 200 seconds) by selecting the time using an input_number, but I’m not successful so far as the automation does not trigger.
What am I doing wrong? Are seconds limited to 60 (so I’d better switch to minutes)?
Mainly the problem is you didn’t specify the state properly. And you need to make sure it’s an integer. (An input_number can be a float.) At the very least you need: