From 842faa9c4261082b711f67d3917bf8456aa02a1d Mon Sep 17 00:00:00 2001 From: On Freund Date: Thu, 15 Oct 2020 22:18:34 +0300 Subject: [PATCH] Add multiple user_id example to event trigger (#14750) --- source/_docs/automation/trigger.markdown | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/source/_docs/automation/trigger.markdown b/source/_docs/automation/trigger.markdown index f7eee627d64..68bb4d8298f 100644 --- a/source/_docs/automation/trigger.markdown +++ b/source/_docs/automation/trigger.markdown @@ -26,7 +26,10 @@ automation: event_data: mood: happy context: - user_id: MY_USER_ID + user_id: + # any of these will match + - MY_USER_ID + - ANOTHER_USER_ID ``` ### Home Assistant trigger