Make `entity-filter` badges as functional as `entity` badges

Currently the entity-filter badge has very limited configuration (Badges - Home Assistant) compared to the entity badge (Badges - Home Assistant), making it borderline useless for most purposes. For example, if I want to have a display of open windows/doors, I would use a configuration like this:

type: entity-filter
conditions:
  - condition: state
    state_not: "off"
entities:
  - binary_sensor.fenstersensor_....

This is the result:

I see the list of not-closed windows, and the closed windows are hidden, but it’s impossible to say which is which, because only a default badge is rendered, which does not display the entity name.

Request: Make the configuration features available on entity badges also available on entity-filter badges.

For my specific use case I have a lot of entries of the form

type: entity
show_name: false
show_state: true
show_icon: true
entity: binary_sensor.fenstersensor_...
visibility:
  - condition: state
    entity: binary_sensor.fenstersensor_...
    state_not: "off"
state_content: name

for this result:

It would be very useful if I could combine these into one entity-filter list.

Greetings from Berlin,
Henryk

Hello Henryk Plötz,

This appears to be a Frontend Related Feature Request as it is asking for changes to Frontend Menus, Dashboards, Cards, Sections, or other Frontend Feature. (In this case, Badges)

These Feature Requests are handled in a different system, and will not be seen by the right people if posted in the HA forums.

Please add your Feature Request into GitHub here:
home-assistant/frontend Other Feature Requests · Discussions · GitHub.

See more info about Feature Requests HERE