Entity-filter in the 0.87 HA

Hi
has any one tried entity-filter in the lovelace UI ?
i cant do it for some reason.

Thanks
Refael

Just tried it…no problem here:

type: entity-filter
entities:
 - entity: light.ikea_living
 - entity: light.ikea_bath
state_filter:
 - 'on'

BTW you can also try conditional card or monster card

Been using it no problem. Post your yaml. You may have a typo.

Thanks.
it’s working.
whats the idea behind The "conditional "?
Refael

Hi
is there away to add title?

Refael

As the name suggests, conditional can be based on a condition (e.g. binary sensor) to display entities. The filter card “filters” a state out of a list of entities… :wink:

Just read the example in the docs for filter card. Usually you can combine these cards with “native” cards (glance etc.). They all have a parameter title

Regards!

Thank you for all your answers

Refael