Updated traffic alerting
This commit is contained in:
parent
ea5e46228a
commit
6cab585dc5
|
@ -1,5 +1,5 @@
|
||||||
jeff_bad_traffic_home:
|
jeff_bad_traffic_home:
|
||||||
name: Traffic Bad! Currently {{states.sensor.jeff_ett_home.attributes.duration_in_traffic}} mins home!
|
name: Leave Now! Currently {{states.sensor.jeff_ett_home.attributes.duration_in_traffic}} mins home!
|
||||||
done_message: Canceling Traffic Alert
|
done_message: Canceling Traffic Alert
|
||||||
entity_id: input_boolean.jeff_traffic_alert_home
|
entity_id: input_boolean.jeff_traffic_alert_home
|
||||||
state: 'on'
|
state: 'on'
|
||||||
|
|
|
@ -1,12 +1,12 @@
|
||||||
- platform: google_travel_time
|
- platform: google_travel_time
|
||||||
name: "Jeff ETT Home"
|
name: "Jeff ETT Home"
|
||||||
api_key: !secret google_api
|
api_key: !secret google_api
|
||||||
origin: device_tracker.owntracks_jeffreystonesiphone
|
origin: device_tracker.jeffrey_377fadfe9d7e410fb71bd84c06547c00
|
||||||
destination: zone.home
|
destination: zone.home
|
||||||
- platform: google_travel_time
|
- platform: google_travel_time
|
||||||
name: "Kat ETT Home"
|
name: "Kat ETT Home"
|
||||||
api_key: !secret google_api
|
api_key: !secret google_api
|
||||||
origin: device_tracker.katherinestonesiphone
|
origin: device_tracker.kat_2f1c672110dd491ea7dca9833d1c6cf5
|
||||||
destination: zone.home
|
destination: zone.home
|
||||||
- platform: google_travel_time
|
- platform: google_travel_time
|
||||||
name: "Home To Summit"
|
name: "Home To Summit"
|
||||||
|
|
Loading…
Reference in New Issue