From 2ac0e69317e55b5a05e7eea4ecc088b5ed266ee7 Mon Sep 17 00:00:00 2001 From: Jorim Tielemans Date: Sun, 25 Nov 2018 11:54:29 +0100 Subject: [PATCH] Default is now 0 https://github.com/home-assistant/home-assistant/pull/18678 --- source/_components/sensor.ruter.markdown | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/source/_components/sensor.ruter.markdown b/source/_components/sensor.ruter.markdown index ce4d7096b42..dc25d3189b0 100644 --- a/source/_components/sensor.ruter.markdown +++ b/source/_components/sensor.ruter.markdown @@ -10,7 +10,7 @@ footer: true logo: ruter.png ha_category: Transport ha_iot_class: "Cloud Polling" -ha_release: "0.83" +ha_release: 0.83 --- The `ruter` sensor will provide you departure information for the larger Oslo area in Norway from the [Ruter][ruter] public transportation service. @@ -39,10 +39,10 @@ destination: required: false type: string offset: - description: An offset for the next departure time. + description: An offset for the next departure, 0 will give the first one. required: false type: integer - default: 1 + default: 0 name: description: Name of the sensor. required: false