Dashboard panel for all devices from an integration

For example I have the Broadlink integration, with 9 double sockets in the house. Is there a shortcut for adding them all to a panel on the Dashboard? Each socket it an entity, so it’s basically 18 entities to add. :slight_smile:

Auto-entities.

type: custom:auto-entities
card:
  type: grid
  columns: 2
  square: false
card_param: cards
filter:
  include:
    - integration: systemmonitor
      options:
        type: tile

P.S.
Terminology: as for your “for all devices” - there is no card for a DEVICE, only ENTITIES can be shown on a dashboard.

1 Like