#wait_for_trigger not waiting
1 messages · Page 1 of 1 (latest)
1 messages · Page 1 of 1 (latest)
I have an automation where I call wait_for_trigger, and it seems to not wait for the trigger to happen. it runs once, gets a false, and then times out.
even though currently the sun is higher than 44
wait_for_trigger will only resolve if the trigger happens, e.g. if the sensor goes from below 44 to above 44
If you just want to pass instantly if it is above 44, then you can use a wait_template instead.
hrmm.. ok