Entity-filter wildcard

Howdy all!

So i’ve got myself a load of switches that control my docker containers on another server (using hadockermon).

I’m trying to put together a card that dynamically shows all these containers, whether off or on. As its ever changing, simply listing the entities would be a pain, especially if i rename a container.
So, looking at using a wildcard for the entities.
Apparently this used to be possible but not any more.

Any idea how i should proceed?
It’s just a card showing all entities that start with “switch.ha_dockermon_”

I believe you would add .*

So, switch.ha_dockermon_.*

Or if there’s not a . There maybe switch.ha_dockermon_* but I’m not sure if that would work. I think it’s meant more for a switch.* Scenario but maybe you could do that and then excludes for the switches you don’t want included?

This might be what you want.

1 Like

Yeah I was using that a while ago but I’d thought most of the monster card stuff had been integrated in to core. Ahhh well