thomasloven / lovelace-auto-entities

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

[duplicate of #347] Sorting by "area" causes auto-entities to not show any results. Sorting by anything else works. #409

Closed ncd7 closed 6 months ago

ncd7 commented 6 months ago

The following causes the card to be empty. Changing the method to say "entity_id" makes it work again. All the matching entities have their areas set (just in case that's a special requirement). Let me know if I'm doing something stupid.

        - card:
            type: custom:auto-entities
            card:
              type: entities
            filter:
              include:
                - domain: input_boolean
                - domain: switch
            sort:
              method: area
              reverse: true
              numeric: false
            show_empty: false
          attributes:
            icon: mdi:toggle-switch-outline
ncd7 commented 6 months ago

Apologies, closing as duplicate of https://github.com/thomasloven/lovelace-auto-entities/issues/347