#Continuous automation
1 messages · Page 1 of 1 (latest)
It's not clear to me what you're actually looking for. Is the problem that you want the door to close once you finally exit the garage after it's been open for at least 5 minutes?
Yes or if I’m sitting right outside the garage and it thinks I’m in the zone while waiting for wife like today. I want it to close eventually
One option is using a wait_template in the action that waits for you to leave the garage
id: '1747696697646'
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
⌄
⌄
⌄
⌄
⌄
⌄
⌄
⌄
⌄
⌄
id: '1747696697646'
alias: Auto close
description: ''
triggers:
- trigger: state
entity_id:- cover.smart_garage_door_2311086236395361070548e1e9e12355_garage
to: open
for:
hours: 0
minutes: 5
seconds: 0
conditions:
- cover.smart_garage_door_2311086236395361070548e1e9e12355_garage
- condition: not
conditions:- condition: zone
entity_id: device_tracker.robs_iphone
zone: zone.in_garage
actions:
- condition: zone
- device_id: 2f98fd058e1da6f6aa9bea207aed6fd8
domain: cover
entity_id: 32a2ff7d5315853f18336fbb445ec533
type: close
mode: single
That’s what I have now
You need to format code appropriately
To format your text as code, enter three backticks on the first line, press Enter for a new line, paste your code, press Enter again for another new line, and lastly three more backticks.
```yaml
example: here
```
Don't forget you can edit your post rather than repeatedly posting the same thing.
I understand and I’m trying
Put a mmwave sensor on your garage!
It’s looking into that. I also set the automation to restart so I think it should work?