Skip to content

Latest commit

 

History

History
41 lines (28 loc) · 1.65 KB

info.md

File metadata and controls

41 lines (28 loc) · 1.65 KB

rejseplanen-stog-card

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.

Example

Setup

Link rejseplanen-stog-card inside your configuration:

resources:
  url: /hacsfiles/rejseplanen-stog-card/rejseplanen-stog-card.js
  type: js

Configuration

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

Credits

Based on cgtobi and DavidMStraub's work: https://github.com/cgtobi/rmv-card