Skip to content

Commit

Permalink
....
Browse files Browse the repository at this point in the history
  • Loading branch information
eifinger committed May 15, 2021
1 parent 5be116e commit 6bdb1c1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/zone.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,8 @@ automation:
event: "leave"
timeout: "00:30:00"
- alias: "Only continue when at least 30 minutes in zone"
condition: "{{ wait.completed }}"
condition: template
value_template: "{{ wait.completed }}"
- alias: "Update travel time home of Sina"
service: homeassistant.update_entity
entity_id: sensor.travel_time_home_user_two_here
Expand Down

0 comments on commit 6bdb1c1

Please sign in to comment.