mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-13 20:36:52 +00:00
Add multiple user_id example to event trigger (#14750)
This commit is contained in:
parent
c3957506cc
commit
842faa9c42
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user