From 6edd3df6da1b3c10d552cf6ef15f77d2189b17ba Mon Sep 17 00:00:00 2001 From: Arjan <44190435+vingerha@users.noreply.github.com> Date: Sun, 31 Dec 2023 08:21:17 +0100 Subject: [PATCH 1/6] Update README.md --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 79568af..31cf497 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,12 @@ This is an adaptation of the GTFS integration in HomeAssistant Core, enhancement - 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 - A service to update the GTFS static datasource, e.g. for calling the service via automation -- translations: English and French +- translations: English and French **[Documentation](https://github.com/vingerha/gtfs2/wiki)** +![image](https://github.com/vingerha/gtfs2/assets/44190435/401d3f5b-c3c3-405f-ab9a-1ecf949d5428) + + + + From f2fe262aedcd8e1f63e8666c73b655f14937d3b6 Mon Sep 17 00:00:00 2001 From: Arjan <44190435+vingerha@users.noreply.github.com> Date: Sun, 31 Dec 2023 08:23:00 +0100 Subject: [PATCH 2/6] Update README.md --- README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 31cf497..56e9a43 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,9 @@ ![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 +- configuration via the GUI +- Static schedule on a route between 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 - 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 From c5f147fd2e23fd908ba25bf3b16bc0f96d7f1ff6 Mon Sep 17 00:00:00 2001 From: Arjan <44190435+vingerha@users.noreply.github.com> Date: Sun, 31 Dec 2023 08:23:40 +0100 Subject: [PATCH 3/6] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 56e9a43..4fdcfe6 100644 --- a/README.md +++ b/README.md @@ -2,8 +2,8 @@ # GTFS2 for Static and RealTime Public transport status collecting - configuration via the GUI -- Static schedule on a route between start/end stops --- Shows next 10 departures on the same stretch start/end , including alternative transport lines if applicable +- Static schedule on a *route* between start/end stops +- Shows next 10 departures on the same *route*, including alternative transport lines if applicable - allows to load/update/delete datasources in gtfs2 folder from the GUI - 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 From c553c58a3a1f4a954a6ae0535092d2eb8258d7f7 Mon Sep 17 00:00:00 2001 From: Arjan <44190435+vingerha@users.noreply.github.com> Date: Sun, 31 Dec 2023 08:23:56 +0100 Subject: [PATCH 4/6] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4fdcfe6..fe3494d 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ # GTFS2 for Static and RealTime Public transport status collecting - configuration via the GUI -- Static schedule on a *route* between start/end stops +- Static schedule on a **route** between start/end stops - Shows next 10 departures on the same *route*, including alternative transport lines if applicable - allows to load/update/delete datasources in gtfs2 folder from the GUI - Option to add gtfs **realtime trip updates** source/url From 5f65495286f1031ab14c29d5f92ae32dc17b65f8 Mon Sep 17 00:00:00 2001 From: Arjan <44190435+vingerha@users.noreply.github.com> Date: Sun, 31 Dec 2023 08:26:06 +0100 Subject: [PATCH 5/6] Update README.md --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index fe3494d..4dab6e6 100644 --- a/README.md +++ b/README.md @@ -3,12 +3,14 @@ # GTFS2 for Static and RealTime Public transport status collecting - 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 -- allows to load/update/delete datasources in gtfs2 folder from the GUI +- 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 +- A service to update GTFS real time data locally, reducing internet traffic when using mulitple routes +- Allows to load/update/delete datasources in gtfs2 folder from the GUI - translations: English and French **[Documentation](https://github.com/vingerha/gtfs2/wiki)** From be0a9add90a4b0ade4cbbca385b43bf2cf895c8b Mon Sep 17 00:00:00 2001 From: Arjan <44190435+vingerha@users.noreply.github.com> Date: Sun, 31 Dec 2023 19:17:20 +0100 Subject: [PATCH 6/6] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 4dab6e6..5abbf7f 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,7 @@ - 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 - 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