mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-27 11:16:54 +00:00
Remove tailing whitespaces
This commit is contained in:
parent
c99d76371e
commit
834fdca7bc
@ -13,9 +13,7 @@ ha_iot_class: "Cloud Polling"
|
|||||||
ha_release: 0.37
|
ha_release: 0.37
|
||||||
---
|
---
|
||||||
|
|
||||||
The `wsdot` sensor will give you travel time information from the [Washington State Department of Transportation](http://wsdot.com/).
|
The `wsdot` sensor will give you travel time information from the [Washington State Department of Transportation (WSDOT)](http://wsdot.com/).
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
First, you need to get a free Traveler Information `api_key` from the [WSDOT API webpage](http://wsdot.com/traffic/api/). Just enter your email address to instantly get the key.
|
First, you need to get a free Traveler Information `api_key` from the [WSDOT API webpage](http://wsdot.com/traffic/api/). Just enter your email address to instantly get the key.
|
||||||
|
|
||||||
@ -43,6 +41,7 @@ Configuration variables:
|
|||||||
Figuring out which Travel Time ID (`id`) is associated with your routes is a bit of a challenge. If you visit `http://wsdot.com/Traffic/api/TravelTimes/TravelTimesREST.svc/GetTravelTimesAsJson?AccessCode=[your_api_key_here]` substituting your `api_key`, you will get a list of all available routes. Search through it and then find the key `TravelTimeID`. That tells you the number you need.
|
Figuring out which Travel Time ID (`id`) is associated with your routes is a bit of a challenge. If you visit `http://wsdot.com/Traffic/api/TravelTimes/TravelTimesREST.svc/GetTravelTimesAsJson?AccessCode=[your_api_key_here]` substituting your `api_key`, you will get a list of all available routes. Search through it and then find the key `TravelTimeID`. That tells you the number you need.
|
||||||
|
|
||||||
Some common examples include:
|
Some common examples include:
|
||||||
|
|
||||||
```
|
```
|
||||||
73 Issaquah-Seattle (WB PM)
|
73 Issaquah-Seattle (WB PM)
|
||||||
74 Seattle-Issaquah (EB AM)
|
74 Seattle-Issaquah (EB AM)
|
||||||
@ -71,7 +70,7 @@ Some common examples include:
|
|||||||
```
|
```
|
||||||
|
|
||||||
<p class='note info'>
|
<p class='note info'>
|
||||||
WSDOT does provide information about ferry schedules, mountain passes, tolls, etc. but so far only Travel Time data is available in this component.
|
WSDOT does provide information about ferry schedules, mountain passes, tolls, etc. but so far only Travel Time data is available in this platform.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
Here's an example of the sensor in use:
|
Here's an example of the sensor in use:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user