Skip to content

Commit

Permalink
Add support for VMV
Browse files Browse the repository at this point in the history
  • Loading branch information
FaserF committed Feb 18, 2025
1 parent 04c7f44 commit e263d58
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ Note: You are limited to adding 30 sensors, if you are not using a custom_api_ur
- VBN – Verkehrsverbund Bremen/Niedersachsen Niedersachsen, Bremen (vbn.de)
- VGN – Verkehrsverbund Großraum Nürnberg Bayern
- VMT – Verkehrsverbund Mittelthüringen Thüringen (vmt-thueringen.de)
- VMV – Verkehrsgesellschaft Mecklenburg-Vorpommern Mecklenburg-Vorpommern
- VOS – Verkehrsgemeinschaft Osnabrück Niedersachsen (vos.info)
- VVO – Verkehrsverbund Oberelbe
- VVS – Verkehrs- und Tarifverbund Stuttgart Baden-Württemberg
Expand Down
2 changes: 1 addition & 1 deletion custom_components/db_infoscreen/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ def __init__(self, hass: HomeAssistant, station: str, next_departures: int, upda
"NVV": "hafas=NVV", "RMV": "hafas=RMV", "RSAG": "hafas=RSAG", "Resrobot": "hafas=Resrobot",
"STV": "hafas=STV", "SaarVV": "hafas=SaarVV", "TPG": "hafas=TPG", "VBB": "hafas=VBB",
"VBN": "hafas=VBN", "VMT": "hafas=VMT", "VOS": "hafas=VOS", "ZVV": "hafas=ZVV",
"mobiliteit": "hafas=mobiliteit", "hafas=1": "hafas=1", "PKP": "hafas=PKP"
"mobiliteit": "hafas=mobiliteit", "hafas=1": "hafas=1", "PKP": "hafas=PKP", "VMV": "efa=VMV"
}

# Collect parameters
Expand Down
2 changes: 1 addition & 1 deletion custom_components/db_infoscreen/const.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
DATA_SOURCE_OPTIONS = [
"IRIS-TTS", "hafas=1", "AVV", "BART", "BLS", "BSVG", "BVG", "bwegt", "CMTA", "DING", "DSB", "IE",
"KVV", "KVB", "LinzAG", "mobiliteit", "MVV", "NAHSH", "NASA", "NVBW", "NVV", "NWL", "\u00d6BB", "PKP", "Resrobot", "RMV",
"RSAG", "SaarVV", "STV", "TPG", "VBB", "VBN", "VGN", "VMT", "VOS", "VRN", "VRN2", "VRR",
"RSAG", "SaarVV", "STV", "TPG", "VBB", "VBN", "VGN", "VMT", "VMV", "VOS", "VRN", "VRN2", "VRR",
"VRR2", "VRR3", "VVO", "VVS", "ZVV"
]

Expand Down

0 comments on commit e263d58

Please sign in to comment.