From d91d3c4f1b02de61b6b399a1b7d1ab5b37f18d06 Mon Sep 17 00:00:00 2001 From: Marc Plano-Lesay Date: Sat, 24 Jun 2017 17:46:33 +0200 Subject: [PATCH] Add documentation for sensor.gtfs offset option (#2883) * Add documentation for sensor.gtfs offset option Added in PR home-assistant/home-assistant#7980 * Add default --- source/_components/sensor.gtfs.markdown | 1 + 1 file changed, 1 insertion(+) diff --git a/source/_components/sensor.gtfs.markdown b/source/_components/sensor.gtfs.markdown index 094a26ce1af..00243470ada 100644 --- a/source/_components/sensor.gtfs.markdown +++ b/source/_components/sensor.gtfs.markdown @@ -54,4 +54,5 @@ Configuration variables: - **destination** (*Required*): The stop ID of your destination station. - **data** (*Required*): The name of the ZIP file or folder containing the GTFS data. It must be located inside the `gtfs` folder of your configuration directory. - **name** (*Optional*): Name to use in the frontend. +- **offset** (*Optional*): A minimum delay to look for. If a departure is in less time than `offset`, it will be ignored. Defaults to `0`.