mirror of
https://github.com/thejeffreystone/home-assistant-configuration.git
synced 2025-09-14 15:49:35 +00:00
Version 3
This commit is contained in:
24
sensors/google_travel_time.yaml
Executable file
24
sensors/google_travel_time.yaml
Executable 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'
|
Reference in New Issue
Block a user