Hey, im a newbie in the home assistant universe. I want to create a dashboard, for that i want to show information about the next bus/tram stops.
I already found the http request the transport company. The answer is a stringe like this:
[[“70”,“Bf. Klotzsche”,“12”],[“70”,“Gompitz”,“13”],[“S1”,“Bad Schandau”,“14”],[“S1”,“Meißen Triebischtal”,“15”],[“80”,“Boxdorf”,“28”]]
How can i transform this string in a card? It’s possible that i create a entity from the string?
This ist the http-link
http://widgets.vvo-online.de/abfahrtsmonitor/Abfahrten.do?hst=trachau&vz=0&ort=Dresden&lim=5
I hope you can help - thanks!