Skip to content

Releases: bremor/public_transport_victoria

0.7

17 Mar 11:07

Choose a tag to compare

Express train detection — Departure sensors now include an is_express attribute indicating whether a service skips stops. This can be used in automations and dashboard cards to highlight express services.

Bus route sorting — Bus routes are now sorted numerically in the setup flow, making it much easier to find your route when there are hundreds of options. Routes are displayed as route_number - route_name where a route number exists.

Connection reliability — Added timeouts to API requests to prevent the integration hanging indefinitely on slow or dropped connections, fixing the "Connection Closed" errors reported in #31.

Bug Fixes
Setup flow dropdowns — Fixed an issue where the route, direction, and stop dropdowns would appear blank after selecting an option, making it impossible to add a second monitored route. All dropdowns now correctly reflect your selection.

#Release Notes Generated via Claude#

Acknowledgements
Thanks to @andykelk for contributing the express train detection and bus route improvements.

0.6

05 Oct 12:40

Choose a tag to compare

0.6
  • Time Zone now references HA instance rather then OS/Docker #20
  • Config flow now remembers ID/API-Key so adding subsequent routes is now a lot faster
  • Fixed async_forward_entry_setup deprecation warning (upgraded to async_forward_entry_setups #23
  • Implemented DataUpdateCoordinator for keeping data updates in sync #21 #12

Full Changelog: 0.5...0.6

0.5

20 Jun 00:23
8dea279

Choose a tag to compare

0.5

Change route type default to int [PR #19] [Fixing Issue #18] By @michaelblight

0.4

05 Apr 12:02
9ab45a1

Choose a tag to compare

0.4

Replace device_state_attributes with extra_state_attributes #16

0.3.2

15 Mar 03:41
6abcb14

Choose a tag to compare

Added version to manifest.json to comply with Home Assistant Core 2021.3 requirement.

0.3.1

27 Dec 07:40
7be669e

Choose a tag to compare

  • Add additional debug logging information to help with troubleshooting API issues.

0.3

18 Oct 12:25
b6cc01a

Choose a tag to compare

0.3

Fixed various issues.

0.2

16 Oct 01:02
894d188

Choose a tag to compare

0.2

Fixed a lot of problems with 0.1. Hopefully it will at least work now.

0.1

13 Oct 11:06
2354af2

Choose a tag to compare

0.1

First release.