mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-05-31 23:36:50 +00:00

* ✅ Various markdown, spelling, and grammar fixes * ✅ Various markdown, spelling, and grammar fixes * ✅ Various markdown, spelling, and grammar fixes
1.2 KiB
1.2 KiB
layout, title, description, date, sidebar, comments, sharing, footer, logo, ha_category, ha_iot_class, ha_release
layout | title | description | date | sidebar | comments | sharing | footer | logo | ha_category | ha_iot_class | ha_release |
---|---|---|---|---|---|---|---|---|---|---|---|
page | Dublin Bus Transport | Instructions how to integrate timetable data for traveling on Dublin Bus within Home Assistant. | 2017-01-09 21:45 | true | false | true | true | dublin_bus.png | Transport | Cloud Polling | 0.36 |
The dublin_bus_transport
sensor will give you the time until the next two departures from a Dublin bus stop using the RTPI information.
The Dublin Bus website can help to determine the id of your bus stop. You can check if this is correct by going to
https://data.dublinked.ie/cgi-bin/rtpi/realtimebusinformation?stopid=[Stop ID]
Then add the data to your configuration.yaml
file as shown in the example:
# Example configuration.yaml entry
sensor:
- platform: dublin_bus_transport
stopid: STOP_ID
Configuration variables:
- stopid (Required): The ID of the bus stop to get the information for.
- route (Optional): Only show a single bus route at the stop. This is the same as the bus number, e.g.
83
. - name (Optional): A friendly name for this sensor.
The public RTPI information is coming from Dub Linked.