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:
John Lindley 2016-10-29 04:09:34 -04:00 committed by Fabian Affolter
parent f65559a2b4
commit d7b2008ec3

View File

@ -141,5 +141,5 @@ automation:
entity_id: device_tracker.paulus
zone: zone.home
# Event is either enter or leave
event: enter
event: enter # or "leave"
```