home-assistant.github.io/source/_components/sensor.google_travel_time.markdown
2016-05-07 12:40:16 -07:00

704 B

layout title description date sidebar comments sharing footer logo ha_category ha_iot_class ha_release
page Google Maps Travel Time Instructions on how to add Google Maps travel time to Home Assistant. 2016-03-28 10:19 true false true true Sensor Cloud Polling 0.19

Sensor to provide travel time from Google maps api.

Get an api key here.

# Example entry for configuration.yaml
sensor:
    platform: google_travel_time
    api_key: XXXX_XXXXX_XXXXX
    origin: Trondheim, Norway
    destination: Paris, France
    travel_mode: bicycling # can be ["driving", "walking", "bicycling", "transit"]