Skip to content

Commit

Permalink
Minor Changes #1463
Browse files Browse the repository at this point in the history
  • Loading branch information
CCOSTAN committed Jun 6, 2024
1 parent 7c1023a commit b61bfb5
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions config/packages/waze.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ automation:
trigger:
- platform: numeric_state
entity_id: sensor.waze_travel_time
above: 35
above: 34

condition:
- condition: or
Expand All @@ -35,12 +35,13 @@ automation:
- service: script.notify_engine
data:
value1: 'There is traffic on the Spectrum Route'
value2: "Reported Time is :{{ states.sensor.waze_travel_time.state }} minutes"
value2: "Reported Time is : {{ states.sensor.waze_travel_time.state }} minutes"
who: 'family'

- service: input_boolean.turn_on
entity_id: input_boolean.alert_mode

- service: script.speech_engine
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

0 comments on commit b61bfb5

Please sign in to comment.