Add 0.19 blog post
This commit is contained in:
parent
fa222258cd
commit
53472d530e
7 changed files with 254 additions and 2 deletions
28
source/_components/sensor.google_travel_time.markdown
Normal file
28
source/_components/sensor.google_travel_time.markdown
Normal file
|
@ -0,0 +1,28 @@
|
|||
---
|
||||
layout: page
|
||||
title: "Google Maps Travel Time"
|
||||
description: "Instructions on how to add Google Maps travel time to Home Assistant."
|
||||
date: 2016-03-28 10:19
|
||||
sidebar: true
|
||||
comments: false
|
||||
sharing: true
|
||||
footer: true
|
||||
logo:
|
||||
ha_category: Sensor
|
||||
ha_iot_class: "Cloud Polling"
|
||||
ha_release: 0.19
|
||||
---
|
||||
|
||||
Sensor to provide travel time from Google maps api.
|
||||
|
||||
Get an api key [here](https://github.com/googlemaps/google-maps-services-python#api-keys).
|
||||
|
||||
```yaml
|
||||
# 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"]
|
||||
```
|
Loading…
Add table
Add a link
Reference in a new issue