Skip to content

Releases: make-all/metlink-nz

1.1.0 Service alerts

18 May 15:54
1.1.0
332181f
Compare
Choose a tag to compare
  • add support for Service Alerts #11 @meringu
  • improve documentation for recent train station id change #9 @messum

1.0.9 Support HA 2023.6 and more data

03 Jul 14:28
1.0.9
a891cfa
Compare
Choose a tag to compare

Bugfix:
#7 - the async_get function that was introduced in 1.0.8 as a replacement for the removed async_get_registry function is not actually async. It worked in 2023.5, but in 2023.6 an optimisation was introduced that makes it not work any more if awaited.

Enhancement:
#8 - added vehicle_id and the monitored flag as attributes for each departure so the info can be tracked if desired

1.0.8 support HA 2023.5

05 May 02:02
1.0.8
b42763e
Compare
Choose a tag to compare

2023.5 has removed the deprecated async_get_registry function, which was silently replaced by an async_get function in 2021. A deprecation warning has been issued since 2022.6, but since this function is only used when setting up a new stop, it went unnoticed until it was removed in the latest version, causing the integration to fail to load.

1.0.7: support AVA station

01 Feb 13:38
1.0.7
a971683
Compare
Choose a tag to compare

What's Changed

  • Added support for 3-character train stops like AVA by @messum in #6

New Contributors

  • @messum made their first contribution in #6

Full Changelog: 1.0.6...1.0.7

1.0.6

07 Jul 04:13
1.0.6
a1cf50e
Compare
Choose a tag to compare

Bugfixes

  • Fix issue when editing config after initial setup, where current list of stops ignored later changes.
    Ensures that stops can be deleted, and stay deleted once they have been.

1.0.5

28 May 07:32
1.0.5
Compare
Choose a tag to compare

Minor release to address changes in the HACS config file.

There are no changes to the integration itself in this release, it is only being made to avoid removal from HACS as the config check is now giving errors.

1.0.4

10 Mar 07:43
Compare
Choose a tag to compare

Minor update to fix potential issues with a HA 2022.3 change, which may cause problems depending on what other integrations are installed.

  • allow dependencies to use later compatible versions instead of pinning a specific version.

1.0.3

12 Dec 09:13
Compare
Choose a tag to compare

This release requires Home Assistant 2021.12. The changes are only minor changes to silence deprecation warnings that are added in this version, and some that will be added in 2022.2 for newly deprecated things in 2021.12.

Compatibility improvements for HA 2021.12.

  • State returns a datetime instead of a string
  • replace deprecated device_state_attributes with extra_state_attributes
  • replace deprecated DEVICE_CLASS_* constants with StrEnum based replacements

1.0.2

19 Jun 08:54
Compare
Choose a tag to compare

Output the departure time in the original format, as the format chosen by HomeAssistant seems not compatible with the iOS web component.

1.0.1

19 Jun 02:15
Compare
Choose a tag to compare

Add a hint to subscribe to the API when the key verification step fails as raised by issue #1