From a533d00ccca57476653ba10c73b39a6e2cbaee6b Mon Sep 17 00:00:00 2001 From: Friedrieck Date: Fri, 18 Feb 2022 12:00:49 +0100 Subject: [PATCH] Update gtfs.markdown (#21670) Co-authored-by: Franck Nijhof --- source/_integrations/gtfs.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_integrations/gtfs.markdown b/source/_integrations/gtfs.markdown index d2e4a0583e0..a504d838eab 100644 --- a/source/_integrations/gtfs.markdown +++ b/source/_integrations/gtfs.markdown @@ -62,7 +62,7 @@ name: default: GTFS Sensor type: string offset: - description: A minimum delay to look for. If a departure is in less time than `offset`, it will be ignored. + description: "A minimum delay to look for. If a departure is in less time than `offset`, it will be ignored. Set the value either in seconds (`integer`), or using one of these `time` formats: `offset: 'HH:MM:SS'`, `offset: 'HH:MM'`. " required: false default: 0 type: [integer, time]