From 237181b632b4b8835823afc62e099981c7068db3 Mon Sep 17 00:00:00 2001 From: h3ndrik Date: Fri, 28 Jun 2019 21:42:48 +0200 Subject: [PATCH] Add offset option (#24600) (#9647) * Add offset option (#24600) * add description --- source/_components/deutsche_bahn.markdown | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/source/_components/deutsche_bahn.markdown b/source/_components/deutsche_bahn.markdown index cc653756249..012ace6beea 100644 --- a/source/_components/deutsche_bahn.markdown +++ b/source/_components/deutsche_bahn.markdown @@ -37,6 +37,11 @@ to: description: The name of the end/destination station. required: true type: string +offset: + description: Do not display departures leaving sooner than this number of minutes. Useful if you are a couple of minutes away from the stop. + required: false + type: time + default: 00:00 only_direct: description: Only show direct connections. required: false