Skip to content

silentbil/silent-bus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bus card for home assistant - Israel

show real time bus and train information

Demo

silentbuss1

image

HACS Installation (Preferred option with updates)

Open your Home Assistant instance and open a repository inside the Home Assistant Community Store.

HACS manual Installation

  • In the HACS Frontend, click the 3 dots in the upper right
  • Click 'Add Custom Repository'
  • Fill in the repo url https://github.com/silentbil/silent-bus and choose 'Lovelace' category.
  • Install the custom card (should now appear in the Frontend)
  • HACS should automatically add the following to your resources:
url: /hacsfiles/silent-bus/silent-bus.js
type: Javascript Module

Adding the Card to the Dashboard

Add a Manual card to the dashboard and enter the YAML to configure it as desired.

Options - bus

Name Description Default Required Values
station station number None Yes number
busLines bus lines None Yes Array of numbers

Options - train

Name Description Default Required Values
fromStation station number None Yes number
toStation station number None Yes number
isTrain train card false Yes boolean

Find your station number - train

Find your station number - bus

Example - train

type: custom:silent-bus
isTrain: true
fromStation: 3600
toStation: 3700

Examples - bus

type: custom:silent-bus
station: 24068
busLines:
  - 249
  - 40
  - 605