mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-19 07:17:14 +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:
|
Then getting the "RouteCode" from this link:
|
||||||
|
|
||||||
<http://telematics.oasa.gr/api/?act=webGetRoutes&p1=LINE_CODE>
|
`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.
|
||||||
(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:
|
Next, get the `stop_id` from this link:
|
||||||
|
|
||||||
<http://telematics.oasa.gr/api/?act=webGetStops&p1=ROUTE_CODE>
|
`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.
|
||||||
(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 %}
|
{% configuration %}
|
||||||
route_id:
|
route_id:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user