🔹 Auto-entities - Automatically fill cards with entities

To place static rows between filtered rows - place these rows as filters:

type: custom:auto-entities
card:
  type: entities
entities:
  - zone.home
  - person.ildar
  - type: section
    label: xxx
filter:
  include:
    - entity_id: input_number.test_n*
      sort:
        count: 3
    - type: section
      fake_option: 1
    - entity_id: sun.sun
    - type: section
      fake_option: 2
      label: yyy
    - domain: counter
      sort:
        count: 2
unique: entity

2 Likes