56 lines
2.3 KiB
Markdown
56 lines
2.3 KiB
Markdown
# Home Assistant – Integration mit rd13_tile_server
|
||
#
|
||
# -------------------------------------------------------------------------
|
||
# Option 1: Standard map Card (Raster, empfohlen)
|
||
# -------------------------------------------------------------------------
|
||
# type: map
|
||
# entities:
|
||
# - person.YOUR_PERSON
|
||
# default_zoom: 13
|
||
# tile_layer: "https://tiles.rd13server.de/styles/osm-intl/{z}/{x}/{y}.png"
|
||
# tile_layer_attribution: "© OpenMapTiles © OpenStreetMap contributors"
|
||
|
||
# -------------------------------------------------------------------------
|
||
# Option 2: Standard map Card – Europa-Detail (z16 in Europa)
|
||
# -------------------------------------------------------------------------
|
||
# type: map
|
||
# entities:
|
||
# - 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"
|
||
|
||
# -------------------------------------------------------------------------
|
||
# Option 3: Standard map Card – Satellit
|
||
# -------------------------------------------------------------------------
|
||
# 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
|
||
#
|
||
# type: custom:map-card
|
||
# x: 49.8917
|
||
# y: 10.8917
|
||
# zoom: 14
|
||
# tile_layer_url: "https://tiles.rd13server.de/styles/europa-detail/{z}/{x}/{y}.png"
|
||
# tile_layer_attribution: "© OpenMapTiles © OpenStreetMap contributors"
|
||
# tile_layer_max_zoom: 16
|
||
# entities:
|
||
# - entity: person.YOUR_PERSON
|
||
|
||
# -------------------------------------------------------------------------
|
||
# Hinweise
|
||
# -------------------------------------------------------------------------
|
||
# - 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)
|