#Help reading a binary sensor from an input boolean

1 messages · Page 1 of 1 (latest)

daring garden
#

I set up a helper > template > binary sensor and i want it to get its state from a helper > template > input boolean

I set the binary sensor with this State template
"{{ is_state('input_boolean.kitchen_presence_override_underlying', 'on') }}"

This seems simple enough but i toggle the input boolean and nothing happens on the binary sensor...

Please advise.

shy ridge
daring garden
#

thanks.
not working for me though 😦

shy ridge
#

the entire thing doesn't have to be in "

daring garden
#

@shy ridge that did it thanks... im a noob