Target in blueprint condition

Now that we can use multiple entities in automation conditions to check if any or all of them matches, it would be nice to do this in blueprints and with targets as well. Like this:

condition:
  - condition: state
    target: !input light_target
    match: any
    state: "on"