I’m trying to use zacs/ha-gtfs-rt custom component but I only end up getting - min from the sensor.
I have my configuration.yaml set up with this:
sensor:
- platform: gtfs_rt
trip_update_url: "https://opendata.samtrafiken.se/gtfs-rt/skane/TripUpdates.pb?key=3bbf06b09d234f62b99b1ec5c2bd2687"
departures:
- name: "10"
route: 9011012001000000
stopid: 9022012080514001
I don’t see any errors in the logs as well. As I’m some what new to HA I’m not really sure how to troubleshoot this. Any help is appreciated
Edit: Realized I was using the wrong stopid, still no output though