2026-06-22 15:28:12 +00:00
|
|
|
|
# Home Assistant – Integration mit rd13_tile_server
|
2026-05-30 16:01:28 +00:00
|
|
|
|
#
|
|
|
|
|
|
# -------------------------------------------------------------------------
|
2026-06-22 15:28:12 +00:00
|
|
|
|
# Option 1: Standard map Card (Raster, empfohlen)
|
2026-05-30 16:01:28 +00:00
|
|
|
|
# -------------------------------------------------------------------------
|
|
|
|
|
|
# type: map
|
|
|
|
|
|
# entities:
|
|
|
|
|
|
# - person.YOUR_PERSON
|
2026-06-22 15:28:12 +00:00
|
|
|
|
# default_zoom: 13
|
|
|
|
|
|
# tile_layer: "https://tiles.rd13server.de/styles/osm-intl/{z}/{x}/{y}.png"
|
|
|
|
|
|
# tile_layer_attribution: "© OpenMapTiles © OpenStreetMap contributors"
|
2026-05-30 16:01:28 +00:00
|
|
|
|
|
|
|
|
|
|
# -------------------------------------------------------------------------
|
2026-06-22 15:28:12 +00:00
|
|
|
|
# Option 2: Standard map Card – Europa-Detail (z16 in Europa)
|
2026-05-30 16:01:28 +00:00
|
|
|
|
# -------------------------------------------------------------------------
|
2026-06-22 15:28:12 +00:00
|
|
|
|
# type: map
|
2026-05-30 16:01:28 +00:00
|
|
|
|
# entities:
|
2026-06-22 15:28:12 +00:00
|
|
|
|
# - person.YOUR_PERSON
|
|
|
|
|
|
# default_zoom: 14
|
|
|
|
|
|
# tile_layer: "https://tiles.rd13server.de/styles/europa-detail/{z}/{x}/{y}.png"
|
|
|
|
|
|
# tile_layer_attribution: "© OpenMapTiles © OpenStreetMap contributors"
|
2026-05-30 16:01:28 +00:00
|
|
|
|
|
|
|
|
|
|
# -------------------------------------------------------------------------
|
2026-06-22 15:28:12 +00:00
|
|
|
|
# Option 3: Standard map Card – Satellit
|
2026-05-30 16:01:28 +00:00
|
|
|
|
# -------------------------------------------------------------------------
|
2026-06-22 15:28:12 +00:00
|
|
|
|
# type: map
|
|
|
|
|
|
# entities:
|
|
|
|
|
|
# - person.YOUR_PERSON
|
|
|
|
|
|
# default_zoom: 13
|
|
|
|
|
|
# tile_layer: "https://tiles.rd13server.de/styles/satelite-world/{z}/{x}/{y}.png"
|
|
|
|
|
|
# tile_layer_attribution: "Sentinel-2 cloudless"
|
|
|
|
|
|
|
|
|
|
|
|
# -------------------------------------------------------------------------
|
|
|
|
|
|
# Option 4: custom:map-card (HACS) – mehr Kontrolle
|
|
|
|
|
|
# -------------------------------------------------------------------------
|
|
|
|
|
|
# https://github.com/nathan-gs/ha-map-card
|
|
|
|
|
|
#
|
2026-05-30 16:01:28 +00:00
|
|
|
|
# type: custom:map-card
|
2026-06-22 15:28:12 +00:00
|
|
|
|
# x: 49.8917
|
|
|
|
|
|
# y: 10.8917
|
|
|
|
|
|
# zoom: 14
|
|
|
|
|
|
# tile_layer_url: "https://tiles.rd13server.de/styles/europa-detail/{z}/{x}/{y}.png"
|
2026-05-30 17:15:44 +00:00
|
|
|
|
# tile_layer_attribution: "© OpenMapTiles © OpenStreetMap contributors"
|
2026-06-22 15:28:12 +00:00
|
|
|
|
# tile_layer_max_zoom: 16
|
|
|
|
|
|
# entities:
|
|
|
|
|
|
# - entity: person.YOUR_PERSON
|
2026-05-30 16:01:28 +00:00
|
|
|
|
|
|
|
|
|
|
# -------------------------------------------------------------------------
|
|
|
|
|
|
# Hinweise
|
|
|
|
|
|
# -------------------------------------------------------------------------
|
2026-06-22 15:28:12 +00:00
|
|
|
|
# - Verwendete Domain: tiles.rd13server.de (HTTPS via Proxy)
|
|
|
|
|
|
# - Diese URLs sind im laufenden Stack verifiziert (HTTP 200)
|
|
|
|
|
|
# - HA Standard-Map erwartet Raster-Tiles, daher .png-Endpunkte verwenden
|
|
|
|
|
|
# - MapLibre Style JSON waere z. B.:
|
|
|
|
|
|
# https://tiles.rd13server.de/styles/osm-intl/style.json
|
|
|
|
|
|
# (nur fuer Clients mit MapLibre-Rendering)
|