From a47824d2f41f7ea43372d68cf49be7f2edc7815a Mon Sep 17 00:00:00 2001 From: James Prince Date: Sun, 8 Feb 2026 09:57:22 +1000 Subject: [PATCH 1/3] Added SEQ to feed.json --- custom_components/gtfs_realtime/feeds.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/custom_components/gtfs_realtime/feeds.json b/custom_components/gtfs_realtime/feeds.json index 2becd42..0bdd52b 100644 --- a/custom_components/gtfs_realtime/feeds.json +++ b/custom_components/gtfs_realtime/feeds.json @@ -427,5 +427,17 @@ "static_feeds": { "regular": "https://westchester-gmv.itoworld.com/production/ito_westchester_county_gtfs.zip" } + }, + "seq_translink":{ + "name": "TransLink South East Queensland \u2013 TransLink, South East Queensland Australia", + "disclaimer": "https://translink.com.au/about-translink/open-data/gtfs-rt", + "realtime_feeds": { + "alerts": "https://gtfsrt.api.translink.com.au/api/realtime/SEQ/alerts", + "trip_update": "https://gtfsrt.api.translink.com.au/api/realtime/SEQ/TripUpdates", + "vehicle_positions": "https://gtfsrt.api.translink.com.au/api/realtime/SEQ/VehiclePositions" + }, + "static_feeds": { + "latest": "https://gtfsrt.api.translink.com.au/GTFS/SEQ_GTFS.zip" + } } } From 097ec5d4e30200e89bc155c7019e50c56089961c Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Sat, 7 Feb 2026 23:59:44 +0000 Subject: [PATCH 2/3] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- custom_components/gtfs_realtime/feeds.json | 24 +++++++++++----------- 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/custom_components/gtfs_realtime/feeds.json b/custom_components/gtfs_realtime/feeds.json index 0bdd52b..4c58c2f 100644 --- a/custom_components/gtfs_realtime/feeds.json +++ b/custom_components/gtfs_realtime/feeds.json @@ -215,6 +215,18 @@ "intercity_and_hst_rail": "https://ssl.renfe.com/gtransit/Fichero_AV_LD/google_transit.zip" } }, + "seq_translink": { + "name": "TransLink South East Queensland \u2013 TransLink, South East Queensland Australia", + "disclaimer": "https://translink.com.au/about-translink/open-data/gtfs-rt", + "realtime_feeds": { + "alerts": "https://gtfsrt.api.translink.com.au/api/realtime/SEQ/alerts", + "trip_update": "https://gtfsrt.api.translink.com.au/api/realtime/SEQ/TripUpdates", + "vehicle_positions": "https://gtfsrt.api.translink.com.au/api/realtime/SEQ/VehiclePositions" + }, + "static_feeds": { + "latest": "https://gtfsrt.api.translink.com.au/GTFS/SEQ_GTFS.zip" + } + }, "sf_bart": { "name": "Bay Area Rapid Transit", "realtime_feeds": { @@ -427,17 +439,5 @@ "static_feeds": { "regular": "https://westchester-gmv.itoworld.com/production/ito_westchester_county_gtfs.zip" } - }, - "seq_translink":{ - "name": "TransLink South East Queensland \u2013 TransLink, South East Queensland Australia", - "disclaimer": "https://translink.com.au/about-translink/open-data/gtfs-rt", - "realtime_feeds": { - "alerts": "https://gtfsrt.api.translink.com.au/api/realtime/SEQ/alerts", - "trip_update": "https://gtfsrt.api.translink.com.au/api/realtime/SEQ/TripUpdates", - "vehicle_positions": "https://gtfsrt.api.translink.com.au/api/realtime/SEQ/VehiclePositions" - }, - "static_feeds": { - "latest": "https://gtfsrt.api.translink.com.au/GTFS/SEQ_GTFS.zip" - } } } From 170a09173689162d773581380f8c508db81e8980 Mon Sep 17 00:00:00 2001 From: James Prince Date: Tue, 10 Feb 2026 07:11:35 +1000 Subject: [PATCH 3/3] Update feeds.json Adding - instead of Unicode escape --- custom_components/gtfs_realtime/feeds.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom_components/gtfs_realtime/feeds.json b/custom_components/gtfs_realtime/feeds.json index 4c58c2f..6fdbc71 100644 --- a/custom_components/gtfs_realtime/feeds.json +++ b/custom_components/gtfs_realtime/feeds.json @@ -216,7 +216,7 @@ } }, "seq_translink": { - "name": "TransLink South East Queensland \u2013 TransLink, South East Queensland Australia", + "name": "TransLink South East Queensland - TransLink, South East Queensland Australia", "disclaimer": "https://translink.com.au/about-translink/open-data/gtfs-rt", "realtime_feeds": { "alerts": "https://gtfsrt.api.translink.com.au/api/realtime/SEQ/alerts",