Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/vingerha/gtfs2
Browse files Browse the repository at this point in the history
  • Loading branch information
vingerha committed Jan 1, 2024
2 parents 0ea8562 + be0a9ad commit 288287d
Showing 1 changed file with 13 additions and 6 deletions.
19 changes: 13 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,23 @@
![GitHub release (with filter)](https://img.shields.io/github/v/release/vingerha/gtfs2) ![GitHub](https://img.shields.io/github/license/vingerha/gtfs2) [![hacs_badge](https://img.shields.io/badge/HACS-Default-orange.svg)](https://github.com/custom-components/hacs)

# GTFS2 for Static and RealTime Public transport status collecting
This is an adaptation of the GTFS integration in HomeAssistant Core, enhancements:
- configuration via the GUI, no configuration.yaml needed
- Uses a route to further select start/end stops
- Shows next 10 departures on the same stretch start/end , including alternative transport lines if applicable
- allows to load/update/delete datasources in gtfs2 folder from the GUI
- configuration via the GUI
- Static schedule on a **route** between start/end stops
- Shows next 10 departures on the same **route**, including alternative transport lines if applicable
- Option to add gtfs **realtime trip updates** source/url
- Option to add gtfs **realtime vehicle location** source/url, generates geojson file which can be used for tracking vehicle on map card
- Option to add gtfs **realtime alerts** source/url
- Option to add local stops and next departures, based on your location as 'person' (e.g. via HA companion app)
- A service to update the GTFS static datasource, e.g. for calling the service via automation
- translations: English and French
- A service to update GTFS real time data locally, reducing internet traffic when using mulitple routes
- A service to update GTFS local stops, e.g. when tied to a moving person
- Allows to load/update/delete datasources in gtfs2 folder from the GUI
- translations: English and French

**[Documentation](https://github.com/vingerha/gtfs2/wiki)**

![image](https://github.com/vingerha/gtfs2/assets/44190435/401d3f5b-c3c3-405f-ab9a-1ecf949d5428)




0 comments on commit 288287d

Please sign in to comment.