Custom card for https://github.com/plutomedia987/homeassistant_nationalrail/
Clicking on the depature board shows the train location
Add this as a custom reposity in to HACS
The card should be configurable in the GUI
type: custom:national-rail-card
arr_nDep: false
entity: sensor.train_schedule_lut_stp
station: STP
numRows: 5
grid_options:
columns: 12
rows: auto
Parameter | Values | Description |
---|---|---|
type | custom:national-rail-card | The type of card to use. This must eb this value |
arr_nDep | true false |
Show arrivals to station from destination Show departures from station to destination |
entity | sensor | The national Rail sensor to pull the data from |
numRows | 1-10 | The number of rows to display |