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
* Add heading and config options what to show
* Heading added to the data table
* Option to show/hide from, default is to show
* Option to show hide heading, default is to hide
* Document new config options
* Add arriving station in docs
Copy file name to clipboardExpand all lines: README.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,7 @@ Styled entities using the Västtrafik theme in a lovelace entities card. All tra
6
6
This card also displays:
7
7
* When the next vehicle is leaving
8
8
* Departing station (which requires [this version](https://github.com/Miicroo/ha-vasttrafik) of the Västtrafik sensor)
9
+
* Heading / arriving station
9
10
* When you have to leave home in order to catch the vehicle (also known as the sensor delay).
10
11
* Sorting of entities, showing the next entity to depart first
11
12
@@ -20,6 +21,8 @@ This card also displays:
20
21
| title | string | Västtrafik | The title of the card
21
22
| municipality | string | Göteborg | The municipality of the station(s), [more info here](https://github.com/Miicroo/lovelace-vasttrafik-card#municipality)
22
23
| sort | boolean | true | Whether to sort the departures (earliest first), or keep the entities in the given order
24
+
| showFrom | boolean | true | Whether to show the departing station or not
25
+
| showTo | boolean | false | Whether to show the arriving station or not
23
26
24
27
## Municipality
25
28
As there are many lines with the same name or number in Västra Götaland, the styles are split by municipality. For accuracy, choose the municipality of your departing sensor(s).
0 commit comments