tofuSCHNITZEL / home-assistant-wienerlinien

A sensor that give you information about departures from a specified Wiener Linien stop.
MIT License
23 stars 8 forks source link
hacs home-assistant wiener-linien

hacs_badge

Get information about next departures

A sensor platform which allows you to get information about departures from a specified Wiener Linien stop.

To get started install this with HACS

Example configuration.yaml

sensor:
  platform: wienerlinien
  firstnext: first
  stops:
    - '4429'
    - '3230'

Configuration variables

key description
platform (Required) The platform name.
stops (Required) RBL stop ID's
firstnext (Optional) first or next departure.

Sample overview

Sample overview

Notes

You can find out the Stop ID (rbl number) thanks to Matthias Bendel https://till.mabe.at/rbl/

This platform is using the Wienerlinien API API to get the information. 'Datenquelle: Stadt Wien – data.wien.gv.at' Lizenz (CC BY 3.0 AT)