mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-18 14:56:53 +00:00
Upgrade yandex_transport.markdown (#14268)
This commit is contained in:
parent
0ad75f6323
commit
4a0372e32a
@ -7,6 +7,7 @@ ha_category:
|
|||||||
ha_release: '0.100'
|
ha_release: '0.100'
|
||||||
ha_codeowners:
|
ha_codeowners:
|
||||||
- '@rishatik92'
|
- '@rishatik92'
|
||||||
|
- '@devbis'
|
||||||
ha_domain: yandex_transport
|
ha_domain: yandex_transport
|
||||||
---
|
---
|
||||||
|
|
||||||
@ -16,7 +17,7 @@ The [Yandex Maps](https://maps.yandex.ru/) website can help to determine the id
|
|||||||
|
|
||||||
`https://yandex.ru/maps/213/moscow/?ll=37.722565%2C55.806662&masstransit%5BstopId%5D=stop__9642962&mode=masstransit&z=16.52`
|
`https://yandex.ru/maps/213/moscow/?ll=37.722565%2C55.806662&masstransit%5BstopId%5D=stop__9642962&mode=masstransit&z=16.52`
|
||||||
|
|
||||||
Where stop id is: **9642962**
|
Where stop id is: **stop__9642962**
|
||||||
|
|
||||||
If you want to track only specific routes, you can add them in the routes section.
|
If you want to track only specific routes, you can add them in the routes section.
|
||||||
|
|
||||||
@ -56,7 +57,7 @@ The configuration sample below shows how an entry can look like:
|
|||||||
sensor:
|
sensor:
|
||||||
- platform: yandex_transport
|
- platform: yandex_transport
|
||||||
name: Bus_to_subway
|
name: Bus_to_subway
|
||||||
stop_id: 9639579
|
stop_id: stop__9639579
|
||||||
routes:
|
routes:
|
||||||
- 63
|
- 63
|
||||||
- 179
|
- 179
|
||||||
|
Loading…
x
Reference in New Issue
Block a user