Skip to content
/ ha-gtfs Public

A GTFS interpreter implementation for Home Assistant

License

Notifications You must be signed in to change notification settings

olalid/ha-gtfs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

HA-GTFS

A GTFS interpreter implementation for Home Assistant The main advantage with this integration compared to the default one in Home Assistant is that it has better compatibility with more complex schedules such as the ones from trafiklab.

Manual installation

Download the repository and extract the custom_components/ha-gtfs folder in your Home Assistant configuration directory.

Configuration

A GTFS zip file needs to be downloaded

sensor:
  - platform: ha-gtfs
    gtfs_file: /var/opt/homeassistant/gtfs/otraf.zip
    departures:
    - name: "Next bus from Gamla Linköping (A)"
      stopid: 9022005000215001

About

A GTFS interpreter implementation for Home Assistant

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages