custom-cards / entity-attributes-card

Entity Attributes
Apache License 2.0
68 stars 12 forks source link

Exclude filter not working with sensor.plex... #21

Open BackedUpBooty opened 3 years ago

BackedUpBooty commented 3 years ago

I wanted to set up a card which showed me current plex users (rather than the inbuilt option of seeing how many were on the server at any one time) and I found a link which laid out the following:

      - type: custom:entity-attributes-card
        title: Plex Current Users
        heading_name: Name
        heading_state: Currently Watching
        filter:
          include:
            - key: sensor.plex.*
          exclude:
            - key: sensor.plex.unit_of_measurement
            - key: sensor.plex.friendly_name
            - key: sensor.plex.body

However I get the same information regardless of whether I specify excluded sensors or not as follows: image

I can't find any reason why this wouldn't be working, and I can't find any other similar issues so submitting a new one here.