Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
BackedUpBooty opened this issue Jun 23, 2021 · 0 comments
Open

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

BackedUpBooty opened this issue Jun 23, 2021 · 0 comments
Labels
help wanted Extra attention is needed

Comments

@BackedUpBooty
Copy link

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.

@iantrich iantrich added the help wanted Extra attention is needed label Aug 12, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants