mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-14 04:46:49 +00:00
Default is now 0
https://github.com/home-assistant/home-assistant/pull/18678
This commit is contained in:
parent
0d268e3d43
commit
2ac0e69317
@ -10,7 +10,7 @@ footer: true
|
|||||||
logo: ruter.png
|
logo: ruter.png
|
||||||
ha_category: Transport
|
ha_category: Transport
|
||||||
ha_iot_class: "Cloud Polling"
|
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.
|
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
|
required: false
|
||||||
type: string
|
type: string
|
||||||
offset:
|
offset:
|
||||||
description: An offset for the next departure time.
|
description: An offset for the next departure, 0 will give the first one.
|
||||||
required: false
|
required: false
|
||||||
type: integer
|
type: integer
|
||||||
default: 1
|
default: 0
|
||||||
name:
|
name:
|
||||||
description: Name of the sensor.
|
description: Name of the sensor.
|
||||||
required: false
|
required: false
|
||||||
|
Loading…
x
Reference in New Issue
Block a user