silent-bus
silent-bus copied to clipboard
Bus card for homeassistant - Israel
Bus card for home assistant - Israel
show real time bus and train information
Demo
HACS Installation (Preferred option with updates)
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
- Go to: https://xn--4dbclabp0e.co.il/searchStations and search for your station
Find your station number - bus
- Go to: https://xn--4dbclabp0e.co.il/searchStations and search for your station
- Copy your station number
Example - train
type: custom:silent-bus
isTrain: true
fromStation: 3600
toStation: 3700
Examples - bus
type: custom:silent-bus
station: 24068
busLines:
- 249
- 40
- 605