add the other possibility of leave (#1357)
I spent about 20 minutes searching around. Didn't know if it was leaving, leave, exit, etc. Figured this might save someone time later on.
This commit is contained in:
parent
f65559a2b4
commit
d7b2008ec3
1 changed files with 1 additions and 1 deletions
|
@ -141,5 +141,5 @@ automation:
|
||||||
entity_id: device_tracker.paulus
|
entity_id: device_tracker.paulus
|
||||||
zone: zone.home
|
zone: zone.home
|
||||||
# Event is either enter or leave
|
# Event is either enter or leave
|
||||||
event: enter
|
event: enter # or "leave"
|
||||||
```
|
```
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue