mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-18 23:06:58 +00:00
🔗 Updating broken links in "oasa_telematics" (#10884)
This commit is contained in:
parent
784b14ef39
commit
497eb00e8f
@ -29,13 +29,11 @@ The `route_id` can be obtained by looking up the "LineCode" of the route you wan
|
||||
|
||||
Then getting the "RouteCode" from this link:
|
||||
|
||||
<http://telematics.oasa.gr/api/?act=webGetRoutes&p1=LINE_CODE>
|
||||
(Replace "LINE_CODE" with the "LineCode" you copied from the first link) find the route you need and copy the `RouteCode` field.
|
||||
`http://telematics.oasa.gr/api/?act=webGetRoutes&p1=LINE_CODE` (Replace "LINE_CODE" with the "LineCode" you copied from the first link) find the route you need and copy the `RouteCode` field.
|
||||
|
||||
Next, get the `stop_id` from this link:
|
||||
|
||||
<http://telematics.oasa.gr/api/?act=webGetStops&p1=ROUTE_CODE>
|
||||
(Replace "ROUTE_CODE" with the "RouteCode" you got from the previous link) find the stop you need and copy the `StopID` field. The route must pass from this stop in order for the sensor to work.
|
||||
`http://telematics.oasa.gr/api/?act=webGetStops&p1=ROUTE_CODE` (Replace "ROUTE_CODE" with the "RouteCode" you got from the previous link) find the stop you need and copy the `StopID` field. The route must pass from this stop in order for the sensor to work.
|
||||
|
||||
{% configuration %}
|
||||
route_id:
|
||||
|
Loading…
x
Reference in New Issue
Block a user