Lovelace UI - include domain exclude entity

Hi

Is it possible to config Lovelace UI to include (entity-filter) by domain, but exclude some particular entities of this domain?
For example I’m showing all switches with state ‘on’ but I want to ignore the swith.kodiamp at all:

  - type: entity-filter
    filter:
      - domain: switch
        state: 'on'
      - entity_id: switch.kodiamp
    card_config:
        title: Switch that are on
2 Likes

I second this. A good example is the “Eating Power” example. It is pulling in all of my docker containers from hadockermon.

There is an issue opened for this

Have a look at Lovelace: Bringing back entity-filter (monster-card)