Lovelace card for listing departures from Rejseplanen sensors, in the style of S-Tog departure boards.
This works with the Rejseplanen sensor included in Home Assistant.
I've tried to add as many styles for different transit types and routes as I could find, but please let me know if any are missing.
Link rejseplanen-stog-card
inside your configuration:
resources:
url: /hacsfiles/rejseplanen-stog-card/rejseplanen-stog-card.js
type: js
Add a custom element in your ui-lovelace.yaml
Name | Type | Default | Supported options | Description |
---|---|---|---|---|
type | string | Required | custom:rejseplanen-stog-card |
Type of the card |
entity | string | Required | sensor.rejseplanen |
entity_id |
max_entries | number | 2 |
any number | Limit number of departures shown |
show_scheduled_time | boolean | false |
true |
false |
Example:
- type: custom:rejseplanen-stog-card
entity: sensor.rejseplanen
max_entries: 5 # Optional
Based on cgtobi and DavidMStraub's work: https://github.com/cgtobi/rmv-card