Fix release and typo. Minimize the configuration sample

This commit is contained in:
Fabian Affolter 2017-01-13 23:48:49 +01:00
parent b6d80508ab
commit cf30b76136
No known key found for this signature in database
GPG Key ID: E23CD2DD36A4397F

View File

@ -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/).