thomasloven / lovelace-auto-entities

🔹Automatically populate the entities-list of lovelace cards
MIT License
1.26k stars 113 forks source link

nested call #454

Open NYFB8888 opened 2 months ago

NYFB8888 commented 2 months ago

I wonder is it possible to use auto-entities inside auto-entities?

`type: custom:auto-entities card: type: custom:auto-entities card: type: entities title: Printer Toner Usage filter: include:

ildar170975 commented 2 months ago
  1. The code you posted is unformatted & cannot be analysed. Can't you see it?
  2. A simple example of "nested" cards:
    type: custom:auto-entities
    card:
    type: entities
    filter:
    include:
    - domain: group
      options:
        type: custom:auto-entities
        card:
          type: entities
        filter:
          include:
            - group: this.entity_id
  3. Since this is not a bug report or FR - suggest to close the issue & then ask similar questions in a dedicated Community thread.