entity-attributes-card
entity-attributes-card copied to clipboard
Exclude filter not working with sensor.plex...
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:
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.