Skip to content

Commit

Permalink
Automation for updating google maps travel automation Re: #173
Browse files Browse the repository at this point in the history
  • Loading branch information
brianjking committed Mar 7, 2019
1 parent 2feaf71 commit cd18586
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions automation/update-google-maps-travel-time-sensor.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
initial_state: 'on'
trigger:
- platform: time_pattern
minutes: '/10'
minutes: '/15'
condition:
- condition: time
after: '09:30:00'
Expand All @@ -25,7 +25,7 @@
initial_state: 'on'
trigger:
- platform: time_pattern
minutes: '/10'
minutes: '/15'
condition:
- condition: time
after: '17:00:00'
Expand Down

0 comments on commit cd18586

Please sign in to comment.