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