Hey folks,
I've taken a look around and can't find much discussion on the use of api.nationaltransport.ie - I'm new to Home Assistant and am trying to configure https://github.com/zacs/ha-gtfs-rt to use the NTA's API for bus information.
My HA sensor is configured as follows
- platform: gtfs_rt
trip_update_url: "https://api.nationaltransport.ie/gtfsr/v1"
x_api_key: "REDACTED"
departures:
- name: "38 from Parnell Square"
route: "60-38-b12-1"
stopid: "8220DB000002"
I took the route and stop ID's from https://transitfeeds.com/p/transport-for-ireland/782/latest/stop/8220DB000002
All I get on the dashbaord card in HA is - min for each sensor I've configured.
Logs have nothing. I tried to enable debug logs for the integration as described in the README, to no avail.
Thanks!