Minor Changes #1463
This commit is contained in:
parent
7c1023ad15
commit
b61bfb588e
|
@ -19,7 +19,7 @@ automation:
|
||||||
trigger:
|
trigger:
|
||||||
- platform: numeric_state
|
- platform: numeric_state
|
||||||
entity_id: sensor.waze_travel_time
|
entity_id: sensor.waze_travel_time
|
||||||
above: 35
|
above: 34
|
||||||
|
|
||||||
condition:
|
condition:
|
||||||
- condition: or
|
- condition: or
|
||||||
|
@ -43,4 +43,5 @@ automation:
|
||||||
|
|
||||||
- service: script.speech_engine
|
- service: script.speech_engine
|
||||||
data:
|
data:
|
||||||
value1: "Attention! There is traffic on the Spectrum Route for Justins job. The estimated travel time right now is {{ states.sensor.waze_travel_time.state }} minutes."
|
value1: "Attention! Traffic on the Spectrum Route for Justins job. Estimated travel time right now is {{ states.sensor.waze_travel_time.state }} minutes. Beep beep! [If you think this could be weather related, mention that as well]"
|
||||||
|
call_outside_weather: 1
|
||||||
|
|
Loading…
Reference in New Issue