Version 3

This commit is contained in:
Jeffrey Stone
2018-07-18 13:56:30 -04:00
parent 78cc052167
commit 361375cf5c
74 changed files with 2907 additions and 0 deletions

24
sensors/google_travel_time.yaml Executable file
View File

@@ -0,0 +1,24 @@
- platform: waze_travel_time
name: "Jeff ETT Home"
#api_key: !secret google_api
origin: device_tracker.jeffreystonesiphone
destination: zone.home
region: 'US'
- platform: waze_travel_time
name: "Kat ETT Home"
#api_key: !secret google_api
origin: device_tracker.katherinestonesiphone
destination: zone.home
region: 'US'
- platform: waze_travel_time
name: "Home To Summit"
# api_key: !secret google_api
origin: zone.home
destination: zone.summit
region: 'US'
- platform: waze_travel_time
name: "Home To Zoo"
# api_key: !secret google_api#
origin: zone.home
destination: zone.zoo_atlanta
region: 'US'