Hi,
I have a binary sensor with attributes that I would like to read and evaluate. Ultimately I would like to OR a few together, however, first things first I would like to just create one sensor that is True or False based on one of the binary sensor state attributes.
Here is my binary sensor.
Here is my line within sensor:
section of configuration.yaml.
kara_in_use:
value_template: '{{ states.binary_sensor.kara_active.Locked.state | "true" }}'