Skip to content

Commit

Permalink
Bump version for release.
Browse files Browse the repository at this point in the history
Bumped minor version to indicate new feature
  • Loading branch information
make-all committed May 18, 2024
1 parent 76ae8a4 commit 332181f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@ If your stop is busy with multiple routes, you can filter by route and/or destin
Each stop will create a sensor in Home Assistant, which will return the next departure time as its status.

It will also return attributes for departure time, service, service
name, destination name, stop id for the destination, status and more. The
duplication of departure time in the attributes makes more sense when
there is more than one result being returned.
name, destination name, stop id for the destination, status, service alerts
and more. The duplication of departure time in the attributes makes more
sense when there is more than one result being returned.

If more than 1 result is requested in `num_departures`, the attributes
will be suffixed with a number for second and subsequent departures.
Expand All @@ -53,5 +53,6 @@ Thanks to Greater Wellington Regional Council for making their data available
via an open API, and the following users who have submitted improvements to
this Home Assistant integration.

- [messum](https://github.com/messum) for identifying that train stations are not always 4 characters, and fixing that.
- [messum](https://github.com/messum) for identifying that train stations are not always 4 characters, and fixing that, and contributing documentation to advise on the new train station naming complexity where major stations have numbered source/destination ids.
- [Me-sudoer](https://github.com/Me-sudoer) for finding an issue with the HA iOS app's different handling of timestamps than web and Android.
- [meringu](https://github.com/meringu) for contributing service alert support.
2 changes: 1 addition & 1 deletion custom_components/metlink/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@
"iot_class": "cloud_polling",
"issue_tracker": "https://github.com/make-all/metlink-nz/issues",
"requirements": ["isodate~=0.6.1"],
"version": "1.0.9"
"version": "1.1.0"
}

0 comments on commit 332181f

Please sign in to comment.