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