#Group Triggers/When

1 messages · Page 1 of 1 (latest)

sinful aspen
#

is there a way to group triggers? just visually, so dont need to scroll a lot when someone has a lot of whens in one automation.

wind zinc
#

As of 2024.10 you can use the triggers key to create separate groupings:

triggers:
  - triggers:
      - trigger: state
        entity_id:
          - input_button.button_1
  - triggers:
      - trigger: state
        entity_id:
          - input_button.button_2