Skip to content

Releases: warrior25/HA-Nysse

GTFS service day handling

19 Feb 20:08
9c3dfed

Choose a tag to compare

FIXED:

  • GTFS timetable departure times past 23:59:59 were not handled properly #14
  • Removed deprecated async_forward_entry_setup

More sensor data attributes

24 Nov 14:56
9418b98

Choose a tag to compare

NEW:

  • Added sensor attributes to display scheduled departure time (aimed_departure) and delay from schedule (delay)

Blocking file read fix

22 Nov 22:37
2dc6729

Choose a tag to compare

FIXED:

  • Blocking file reads run inside the event loop #10
  • Concurrent GTFS fetching by multiple sensors causing an error

Error handling improvements

14 Nov 00:06

Choose a tag to compare

FIXED:

  • Minor error handling improvements to reduce crashing on invalid data received from API

Improve error resiliency

05 Jun 19:14

Choose a tag to compare

FIXED:

  • Handle errors to minimize cases where the integration doesn't automatically recover

Read timetables from GTFS file package

06 Apr 13:02

Choose a tag to compare

Pre-release

CHANGED:

  • Replace inreliable Journeys API with downloaded GTFS files. This should fix issues with getting timetable data.

FIXED:

  • Duplicate and incorrect timetable data

Read timetables from GTFS file package

06 Apr 00:05

Choose a tag to compare

Pre-release

CHANGED:

  • Replace inreliable Journeys API with downloaded GTFS files. This should fix issues with getting timetable data.

Read timetables from GTFS file package

08 Apr 09:30

Choose a tag to compare

CHANGED:

  • Replace unreliable Journeys API with downloaded GTFS files. This should fix issues with getting timetable data.

Logging improvements

15 Mar 21:50

Choose a tag to compare

CHANGED:

  • Improved displaying errors in sensor configuration
  • Improved error logging

Integration unloading fix

19 Feb 10:45

Choose a tag to compare

FIXED:

  • Fixed unloading integration #6