You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
black custom_components/db_infoscreen/const.py README.md
26
+
27
+
- name: Create Pull Request
28
+
uses: peter-evans/create-pull-request@v8
29
+
with:
30
+
commit-message: "chore: update supported backends from dbf.finalrewind.org"
31
+
title: "chore: Update supported backends"
32
+
body: "Automated update of `DATA_SOURCE_OPTIONS` and `DATA_SOURCE_MAP` in `const.py` based on the current backends listed at `https://dbf.finalrewind.org/_backend`."
Copy file name to clipboardExpand all lines: README.md
+56-23Lines changed: 56 additions & 23 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -70,7 +70,7 @@ When adding the integration, you will be asked for the most important settings:
70
70
71
71
| Option | Type | Required | Description |
72
72
| :--- | :--- | :--- | :--- |
73
-
|`station`| string |**Yes**| Station name, Trip number, or DS100 ID (e.g. `München Hbf` or `MH`). Check [DS100 List](https://ds100.frankfurtium.de/dumps/orte_de.html) for IDs. |
73
+
|`station`| string |**Yes**| Station name (e.g. `München Hbf`), DS100 ID (e.g. `MH`), or EVA ID. The setup flow includes an **autocomplete search** to help find the correct official name. |
***CFL – Société Nationale des Chemins de Fer Luxembourgeois**
166
+
***CMTA – Capital Metro Austin Public Transport**
167
+
***DSB – Rejseplanen**
168
+
***IE – Iarnród Éireann**
169
+
***LinzAG – Linz AG**
170
+
***PKP – Polskie Koleje Państwowe**
171
+
***Resrobot – Resrobot**
172
+
***Rolph – Rolph**
173
+
***STV – Steirischer Verkehrsverbund**
174
+
***TPG – Transports publics genevois**
175
+
***ZVV – Züricher Verkehrsverbund**
176
+
***mobiliteit – mobilitéits zentral**
177
+
***ÖBB – Österreichische Bundesbahnen**
178
+
146
179
147
180
> Note: To use HAFAS for stations also found in IRIS-TTS (e.g. "Frankenforst Kippekausen"), choose the specific backend or set `hafas=1`. See [Issue #8](https://github.com/FaserF/ha-db_infoscreen/issues/8).
0 commit comments