mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-14 12:56:54 +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:
|
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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user