A platform which give you the time it will take to drive.
Data is fetched from yandex.ru.
To get started put /custom_components/yandex_maps/sensor.py
here:
<config directory>/custom_components/yandex_maps/sensor.py
sensor:
platform: yandex_maps
start: 'device_tracker.my_phone'
destination: '29.361133,54.991133'
name: Time to work
key | type | description |
---|---|---|
platform (Required) | string | The platform name. |
start (Required) | string | ID of an entity which have latitude and longitude attributes, or GPS coordinates like '29.361133,54.991133' . |
destination (Required) | string | ID of an entity which have latitude and longitude attributes, or GPS coordinates like '29.361133,54.991133' . |
name (Required) | string | Name of the sensor. |