Hello guys, first of all - I am completely new in the HA-Game
I am looking for a possability to see the current departues at my train station (Deutsche Bahn). I have found this solution, but its not working GitHub - FaserF/ha-deutschebahn: Unofficial HA DB Integration, due to removal as of Home Assistant 2022.11
Then i’ve tried it with the Deutsche Bahn integration, using this in conf.yaml:
sensor:
- platform: Deutsche_Bahn
from: “Radebeul-Weintraube”
to: “Dresden Hbf”
name: “Next Train Radebeul-Weintraube”
api_key: “my api key i got from the DB”
Its also not working
Is there anyone who can help me? Thanks so much!