Skip to content

Releases: warrior25/HA-Nysse

More sensor data attributes

24 Nov 14:56
9418b98
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare

CHANGED:

  • Improved displaying errors in sensor configuration
  • Improved error logging

Integration unloading fix

19 Feb 10:45
Compare
Choose a tag to compare

FIXED:

  • Fixed unloading integration #6

Service alerts

08 Feb 20:57
Compare
Choose a tag to compare

NEW:

  • Get Nysse service alerts

FIXED:

  • Improved error handling