Entity-Filter-Card with filtered entities on power consumpion

Hi there

I would like to see a card with a list of zigbee switches when their current sensor shows up a value greater than a minimum. Then push the switch and this switch (OFF) disappear.

How could I do that in homeassistant current version (creation timestamp of this msg) ?

I have been spending already 2 days (!) trying to define templates but then no visualization on a dashboard. Not really “off-the-shelf” ;))))

Thanks a lot in advance! (even for a small example)

PS: I would prefere NOT to use HACS because of the inherent privacy threats

I replay to myself to this.

For the very moment I decided to implement this simple thing with 2 vertical stacks having the same entity-cards but different visibility conditions.

For example in left stack (OFF) for each entity-card a visibility condition to show only cards with devices with power consumption > 1W; and in right stack (ON) a visibilty condition to show only cards with devices with power consumption < 1.

INTERESTINGLY there is no inbetween (power = 1W)

This does what I wanted and will probably survive 10 generations of HA.