Skip to content

Commit

Permalink
support more IGNORED_TRAINTYPES_OPTIONS
Browse files Browse the repository at this point in the history
  • Loading branch information
FaserF committed Feb 27, 2025
1 parent 2f93ec8 commit 6ae87dc
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion custom_components/db_infoscreen/const.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,10 @@

IGNORED_TRAINTYPES_OPTIONS = {
"S": "Stadtbahn (S-Bahn)",
"U-Bahn": "Untergrundbahn (U-Bahn)",
"StadtBus": "Stadtbus",
"N": "Regional Bahn (RB), Regional Express (RE)",
"D": "Andere Regionalbahn (z.B. BRB, Wiener Bahn)",
"F": "EuroCity (EC), Intercity Express (ICE), Intercity (IC)",
"D": "Bayrische Regionalbahn, Wiener Lokalbahn",
"": "Internationale Bahn (RJ, ECE), unbekannte Linien"
}

0 comments on commit 6ae87dc

Please sign in to comment.