Dublin Bus


The dublin_bus_transport integrationIntegrations connect and integrate Home Assistant with your devices, services, and more. [Learn more] 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.yamlThe configuration.yaml file is the main configuration file for Home Assistant. It lists the integrations to be loaded and their specific configurations. In some cases, the configuration needs to be edited manually directly in the configuration.yaml file. Most integrations can be configured in the UI.[Learn more] file. After changing the configuration.yamlThe configuration.yaml file is the main configuration file for Home Assistant. It lists the integrations to be loaded and their specific configurations. In some cases, the configuration needs to be edited manually directly in the configuration.yaml file. Most integrations can be configured in the UI.[Learn more] file, restart Home Assistant to apply the changes. To view the changes, go to Settings > Devices & services > Entities.

# Example configuration.yaml entry
sensor:
  - platform: dublin_bus_transport
    stopid: STOP_ID

Configuration Variables

stopid string Required

The ID of the bus stop to get the information for.

route string (Optional)

Only show a single bus route at the stop. This is the same as the bus number, e.g., 83.

name string (Optional, default: Next Bus)

A friendly name for this sensor.

The public RTPI information is coming from Dub Linked.