Just wondering how can I set the timeout on this.
I was reading the documentation written here : https://www.home-assistant.io/docs/scripts/#wait-for-a-template
But I can't find an example using the timeout value, on my particular case I have this:
wait_template: "{{ (not switch_on and light_on) or (light_dim and (absence or illuminance)) }}"
continue_on_timeout: true
timeout: "90"
The visual editor shows just a input text field so I don't know if this "90" value is in seconds/milliseconds/etc or I have to put it like "00:01:30" or something similar
Any clues?
Thank in advance