Skip to content

Custom Home Assistant card showing HVV departures ๐Ÿš

License

Notifications You must be signed in to change notification settings

BastianKamp/hvv-card

ย 
ย 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

20 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

HVV Card

hacs_badge release badge

HVV departures card for Home Assistant.

This custom UI card shows the next departures at a certain station based on the HVV Departures integration.

HVV Card dark HVV Card light

Installation

Prerequisite

Install the HVV Departures integration and setup a departure sensor, e.g. sensor.departures_at_jungfernstieg.

HACS

HVV Card is available as a custom HACS repository. This is the recommended way to install the custom cards.

  1. Open HACS and add this repository to your "Custom repositories".
  2. "HVV Departure Card" will show up in the "Frontend" section
  3. Click "Install" and continue to configure a card

Manual

  1. Download the hvv-card.js to /config/www/.
  2. Add the following to resources in your lovelace config or use the Lovelace configuration UI.:
resources:
  - url: /local/hvv-card.js
    type: module

Configuration

Add a card with type custom:hvv-card:

type: 'custom:hvv-card'
entity: sensor.departures_at_jungfernstieg
max: 10

Options

Name Type Default Since Description
type string required v0.1.0 custom:hvv-card
entity string required v0.1.0 The entity_id from the HVV departures integration.
max int optional (Default: 5) v0.1.0 Set the max. listed departures

About

Custom Home Assistant card showing HVV departures ๐Ÿš

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%