Add multiple user_id example to event trigger (#14750)

This commit is contained in:
On Freund 2020-10-15 22:18:34 +03:00 committed by GitHub
parent c3957506cc
commit 842faa9c42
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -26,7 +26,10 @@ automation:
event_data: event_data:
mood: happy mood: happy
context: context:
user_id: MY_USER_ID user_id:
# any of these will match
- MY_USER_ID
- ANOTHER_USER_ID
``` ```
### Home Assistant trigger ### Home Assistant trigger