thomasloven / lovelace-auto-entities

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

Exclude filter doesn't show up in the configuration UI #331

Open Kisty opened 1 year ago

Kisty commented 1 year ago

Adding an exclude filter doesn't seem to be supported. Am I missing something?

Auto Entities Card: 1.12.0 Home Assistant Core: 2023.1.1

david-steg commented 1 year ago

I juste used "exclude filter" with:

Auto Entities Card: 1.12.1 Home Assistant Core: 2023.1.1

and it works just fine. my exemple:

    cards:
      - type: custom:auto-entities
        card:
          type: entities
          title: Templates
        filter:
          include:
            - entity_id: /sensor.tp_/
          exclude:
            - state: unavailable
Kisty commented 1 year ago

That's what I ended up doing but I couldn't see the option in the UI, not the YAML