Skip to content

Commit 439c6b7

Browse files
authored
Added MARTA (#91)
1 parent 812d461 commit 439c6b7

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

custom_components/gtfs_realtime/feeds.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,18 @@
9898
"rail": "https://gitlab.com/LACMTA/gtfs_rail/raw/master/gtfs_rail.zip"
9999
}
100100
},
101+
"marta": {
102+
"name": "MARTA (Atlanta, GA)",
103+
"disclaimer": "https://itsmarta.com/app-developer-resources.aspx",
104+
"realtime_feeds": {
105+
"bus_trip_updates": "https://gtfs-rt.itsmarta.com/TMGTFSRealTimeWebService/tripupdate/tripupdates.pb",
106+
"bus_vehicle_positions": "https://gtfs-rt.itsmarta.com/TMGTFSRealTimeWebService/vehicle/vehiclepositions.pb"
107+
},
108+
"requires_auth_header": false,
109+
"static_feeds": {
110+
"schedule": "https://itsmarta.com/google_transit_feed/google_transit.zip"
111+
}
112+
},
101113
"mta_marc_train": {
102114
"name": "MTA MARC Train",
103115
"realtime_feeds": {

0 commit comments

Comments
 (0)