mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-24 01:37:23 +00:00
Fix release and typo. Minimize the configuration sample
This commit is contained in:
parent
b6d80508ab
commit
cf30b76136
@ -10,7 +10,7 @@ footer: true
|
|||||||
logo: train.png
|
logo: train.png
|
||||||
ha_category: Transport
|
ha_category: Transport
|
||||||
ha_iot_class: "Cloud Polling"
|
ha_iot_class: "Cloud Polling"
|
||||||
ha_release: 0.35.4
|
ha_release: 0.36
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
||||||
@ -26,15 +26,13 @@ Then add the data to your `configuration.yaml` file as shown in the example:
|
|||||||
# Example configuration.yaml entry
|
# Example configuration.yaml entry
|
||||||
sensor:
|
sensor:
|
||||||
- platform: dublin_bus_transport
|
- platform: dublin_bus_transport
|
||||||
stopid: [Stop ID]
|
stopid: STOP_ID
|
||||||
route: [Route]
|
|
||||||
name: [Friendly Name]
|
|
||||||
```
|
```
|
||||||
|
|
||||||
Configuration variables:
|
Configuration variables:
|
||||||
|
|
||||||
- **stopid** (*Required*): The ID of the bust stop to get the informaion for.
|
- **stopid** (*Required*): The ID of the bust 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
|
- **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.
|
- **name** (*Optional*): A friendly name for this sensor.
|
||||||
|
|
||||||
The public RTPI information is coming from [Dub Linked](https://data.dublinked.ie/).
|
The public RTPI information is coming from [Dub Linked](https://data.dublinked.ie/).
|
||||||
|
Loading…
x
Reference in New Issue
Block a user