Condition on input_boolean fails unexpectedly

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.

input_video.video_playing

??? theres no input_video entity on home assistant as far as i know change it to input_boolean.video_playing

2 Likes

Argh, it was obvious indeed. I’m a bit surprised it’s not failing loudly, but thanks!

you welcome :slight_smile: