Skip to content

Releases: mark1foley/ha-gtfs-rt-v2

Added custom headers support with new api_header_key value

07 May 21:57
1a1a691
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 20230701.06...20240508.01

20230701.06

29 Apr 07:28
02c9610
Compare
Choose a tag to compare

Fixed #20 - vehicle update url was not optional

Fix for #15 provided by @corneels

22 Apr 20:05
c396636
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 20230701.04...20230701.05

Improvements by nocalla

16 Apr 09:40
aaed479
Compare
Choose a tag to compare
Pre-release

Various improvement from @nocalla

  • Simplified test.py by importing the Classes and Variables from sensor.py instead of duplicating them. This should save work in any future development as it'll only have to be done once.
  • Generalised the logging functions to make the code a little cleaner with less repetition
  • Generalised out the duplicated calls to the gtfs library
  • Some tweaks to various typing or error handling

Fixed error when vehicle position URL is missing

07 Jan 23:00
Compare
Choose a tag to compare

20230107.03

Fixed error when vehicle position URL is missing

Added test.py script and support for direction_id

07 Jan 03:58
Compare
Choose a tag to compare

20230107.02

** Enhanced troubleshooting ** - added test.py script that is almost identical code but can be run in any python 3 environment. It uses an input yaml file that is in the same format as the configuration file used in Home Assistant, making it quick and easily many different GTFS-RT provider, route and stop configurations.

** Added directionid parameter **-Supports the direction_id from the GTFS feed trips.txt file, which indicates the direction of travel. Use when the stops are direction neutral.

Full Changelog: 20230107.01...20230701.02

Fixed typo

23 Oct 01:18
Compare
Choose a tag to compare

Fixed typos in header and readme

Added x_api_key Parameter

22 Oct 05:49
Compare
Choose a tag to compare

Added x_api_key as an optional configuration parameter

Minor Update to logging

11 Apr 04:58
Compare
Choose a tag to compare

Changed sensor update messages logging level from "info" to "debug" to reduce the amount of logging

Removed dependency on protbuf

16 Mar 10:56
Compare
Choose a tag to compare

Removed dependency on protbuf