Ability to add map layers via configuration.yaml

I’d like the ability to add new layers to the map. Something as simple as a three element configuration:

title: “My custom Layer”
tile_source: “https://tiles.custom-layer.org/{z}/{x}/{y}.png
default: “enabled”

The map could offer toggles for custom layers with the default state being defined by the config for each layer.

If something like this is already available, please point me in that direction. I looked but couldn’t find it.

Have a look here

Map-card: a slightly improved map-card - Share your Projects! / Custom Integrations - Home Assistant Community (home-assistant.io)

1 Like

Thank you!