entity-attributes-card icon indicating copy to clipboard operation
entity-attributes-card copied to clipboard

Exclude filter not working with sensor.plex...

Open BackedUpBooty opened this issue 3 years ago • 0 comments

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.

BackedUpBooty avatar Jun 23 '21 10:06 BackedUpBooty