tofuSCHNITZEL / home-assistant-wienerlinien

A sensor that give you information about departures from a specified Wiener Linien stop.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

allow first and next

GeraldPape opened this issue · comments

Allow to get both: first and next.

  • platform: wienerlinien
    firstnext: both
    stops:
    • "8641"
    • "8633"

You could just do the following :

sensor:
  - platform: wienerlinien
    firstnext: first
    stops:
      - "4418"
  - platform: wienerlinien
    firstnext: next
    stops:
      - "4418"

worked for me