From 0592a9c902183b86eb83880c6567328bd38b0a9d Mon Sep 17 00:00:00 2001 From: Martin Eberhardt Date: Thu, 3 Sep 2020 18:51:50 +0200 Subject: [PATCH] Update attributes for Rejseplanen integration (#14014) --- source/_integrations/rejseplanen.markdown | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/source/_integrations/rejseplanen.markdown b/source/_integrations/rejseplanen.markdown index 8942066bb08..59ae9051978 100644 --- a/source/_integrations/rejseplanen.markdown +++ b/source/_integrations/rejseplanen.markdown @@ -153,11 +153,15 @@ The sensor can filter the timetables by one or more routes, directions and types | ------------ | -------------------------------------- | | `due_in` | Minutes until departure | | `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 | | `route` | Route code | | `direction` | Destination stop | +| `final_stop` | Final stop (if departure doesn't go all the way to the destionation stop) | | `stop` | Departure stop | | `stop_id` | ID of departure stop | +| `track` | Departure track (if available) | | `attribution` | Attribution (required by data source) | | `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_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 | | `route` | Route code | | `direction` | Destination stop | +| `final_stop` | Final stop (if departure doesn't go all the way to the destionation stop) | | `stop` | Departure stop | +| `track` | Departure track (if available) |