#Is there any reason ` is state button

1 messages · Page 1 of 1 (latest)

blazing cloak
#

Buttons don't have states, so this can't work.

Secondary discovery: wait for trigger on templates is weird and doesn't work like I'd expect (It doesn't just keep polling for the condition to be true)

limpid kite
#

interesting

#

You can't even use is_state with number comparisons

#

{{ is_state('input_number.kitchen_exhaust_fan_speed','100') }}

returns false....

naive dock
#

So if it's already true it has to turn false first and then true again to trigger

#

wait_template doesn't have this caveat

naive dock
limpid kite
#

oh

#

good to know thank you

naive dock
#

It's a string comparison, so it has to be an exact match

#

Check for the state in