I have an automation to turn off the light when presence is not detected, unless video is playing. The last part is represented by an input_boolean set by some other automations.
For some reason my condition always fails even when the input_boolean is false:
conditions:
- condition: state
entity_id: input_video.video_playing
state: "off"
I’m sure I’m missing something obvious but I can’t figure it out.