Skip to content

Commit 332181f

Browse files
committed
Bump version for release.
Bumped minor version to indicate new feature
1 parent 76ae8a4 commit 332181f

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,9 @@ If your stop is busy with multiple routes, you can filter by route and/or destin
3838
Each stop will create a sensor in Home Assistant, which will return the next departure time as its status.
3939

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

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

56-
- [messum](https://github.com/messum) for identifying that train stations are not always 4 characters, and fixing that.
56+
- [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.
5757
- [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.
58+
- [meringu](https://github.com/meringu) for contributing service alert support.

custom_components/metlink/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@
88
"iot_class": "cloud_polling",
99
"issue_tracker": "https://github.com/make-all/metlink-nz/issues",
1010
"requirements": ["isodate~=0.6.1"],
11-
"version": "1.0.9"
11+
"version": "1.1.0"
1212
}

0 commit comments

Comments
 (0)