#Reference another input in the input section

1 messages · Page 1 of 1 (latest)

peak vigil
#

In a blueprint can i reference another input in an input like so:

blueprint:
  input:
   light_top:
      name: Light for the top button
      selector:
        entity:
          filter:
            integration: zha
            domain: light
    action_button_up_short:
      name: (Optional) Up button short press
      description: Action to run on short up button press.
      selector:
        action:
      default:
        - action: light.turn_on
          data: {}
          target:
            entity_id: !input light_top```