Is there a way to show all zones in a map card instead of having to list them all out? I have many, many zones in multiple cities so it becomes a burden to update these each time I add a zone.
Is this solved with a zone group? I suppose I could make an automation to run periodically to add all zones to a zone group and then put that zone group on the cards.
3 Likes
Something like this could help
type: custom:auto-entities
card:
type: map
filter:
include:
- entity_id: zone.*
exclude:
- state: unavailable
show_empty: true
1 Like
That’s worked perfectly! Thank you! This is now my first and only frontend HACS component.
Also, it seems that you can’t make groups of zones so that method would not work.
I just found this point looking to do the exact same thing. Auto-entities card works great, thanks for the suggestion @vingerha