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
This commit is contained in:
Marc Plano-Lesay 2017-06-24 17:46:33 +02:00 committed by Fabian Affolter
parent 55bec87b38
commit d91d3c4f1b

View File

@ -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`.