Glance card with global options for action?

Hi,

Using the glance card, we now have to set actions per entity (or so the current doc’s describe)

forcing us to do this:

  - type: glance
    entities:
      - entity: light.office_inside
        tap_action:
          action: toggle
      - entity: light.bureau_left
        tap_action:
          action: toggle
      - entity: light.bureau_right
        tap_action:
          action: toggle
      - entity: light.office_outside
        tap_action:
          action: toggle

Isn’t it possible to have these actions set globally for the card, like:

  - type: glance
    tap_action:
      action: toggle
    entities:
      - entity: light.office_inside
      - entity: light.bureau_left
      - entity: light.bureau_right
      - entity: light.office_outside

maybe a feature request?

1 Like