initial commit

This commit is contained in:
Stefan Koelle
2026-08-01 20:20:27 +02:00
parent 09bf95368c
commit 5b89dd047b
10 changed files with 425 additions and 0 deletions
+21
View File
@@ -0,0 +1,21 @@
# Konfiguration der ueberwachten Stationen
# type: UBAHN | SBAHN | TRAM | BUS
# exclude_destinations: Liste von Zielstationen (destination), die NICHT angezeigt werden sollen.
# Alles was hier NICHT aufgefuehrt ist, wird angezeigt (auch neue/unbekannte Ziele).
refresh_seconds: 60
cache_seconds: 20
departures_limit: 10
stations:
- name: "Josephsburg, München"
type: "UBAHN"
exclude_destinations:
- "Messestadt Ost"
- "Messestadt West"
- name: "Berg am Laim, München"
type: "SBAHN"
exclude_destinations:
- "Erding"
- "Markt Schwaben"