V0.14 Add cardDepartures with departures on puplic transport stations in Germany
This release adds the special card type cardDepartures, which can show the departure schedule of all public transport stations in Germany based on the opendata-oepnv.de:
The yaml configuration is super simple. You just need to specify the place (City) and the station name and the 6 next departures are shown in the card. The card is updated every minute in the background:
- name: MyDepartures
title: Frankfurt Hbf
type: cardDepartures
station: F,HbfOther example:
- name: MyDepartures2
title: Wuppertal Kluse
type: cardDepartures
station: Wuppertal,KluseAdditinally the handling of popupNotify in HMI from ticaki/ioBroker.nspanel-lovelace-ui is fixed. It sends different button events as the card from jobr99
Further more you can onfigure in the ini file the hmi which is installed on the panels to improve the compatibility, because the version topic is send out very seldom by the panels.