You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-4Lines changed: 5 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -38,9 +38,9 @@ If your stop is busy with multiple routes, you can filter by route and/or destin
38
38
Each stop will create a sensor in Home Assistant, which will return the next departure time as its status.
39
39
40
40
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.
44
44
45
45
If more than 1 result is requested in `num_departures`, the attributes
46
46
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
53
53
via an open API, and the following users who have submitted improvements to
54
54
this Home Assistant integration.
55
55
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.
57
57
-[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.
0 commit comments