Update attributes for Rejseplanen integration (#14014)

This commit is contained in:
Martin Eberhardt 2020-09-03 18:51:50 +02:00 committed by GitHub
parent b908b87c7d
commit 0592a9c902
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -153,11 +153,15 @@ The sensor can filter the timetables by one or more routes, directions and types
| ------------ | -------------------------------------- | | ------------ | -------------------------------------- |
| `due_in` | Minutes until departure | | `due_in` | Minutes until departure |
| `due_at` | Departure date and time | | `due_at` | Departure date and time |
| `scheduled_at` | Scheduled departure date and time |
| `real_time_at` | Real time departure date and time (in cases where it's different from scheduled) |
| `type` | Transport type | | `type` | Transport type |
| `route` | Route code | | `route` | Route code |
| `direction` | Destination stop | | `direction` | Destination stop |
| `final_stop` | Final stop (if departure doesn't go all the way to the destionation stop) |
| `stop` | Departure stop | | `stop` | Departure stop |
| `stop_id` | ID of departure stop | | `stop_id` | ID of departure stop |
| `track` | Departure track (if available) |
| `attribution` | Attribution (required by data source) | | `attribution` | Attribution (required by data source) |
| `next_departures` | List of further departures | | `next_departures` | List of further departures |
@ -167,7 +171,11 @@ The sensor can filter the timetables by one or more routes, directions and types
| ------------ | -------------------------------------- | | ------------ | -------------------------------------- |
| `due_in` | Minutes until departure | | `due_in` | Minutes until departure |
| `due_at` | Departure date and time | | `due_at` | Departure date and time |
| `scheduled_at` | Scheduled departure date and time |
| `real_time_at` | Real time departure date and time (in cases where it's different from scheduled) |
| `type` | Transport type | | `type` | Transport type |
| `route` | Route code | | `route` | Route code |
| `direction` | Destination stop | | `direction` | Destination stop |
| `final_stop` | Final stop (if departure doesn't go all the way to the destionation stop) |
| `stop` | Departure stop | | `stop` | Departure stop |
| `track` | Departure track (if available) |