mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-15 13:26:54 +00:00
Document device_id for sentence trigger (#35586)
This commit is contained in:
parent
a81bcbf0e2
commit
bde81adb63
@ -102,6 +102,7 @@ These are the properties available for a [Sentence trigger](/docs/automation/tri
|
||||
| `trigger.sentence` | Text of the sentence that was matched
|
||||
| `trigger.slots` | Object with matched slot values
|
||||
| `trigger.details` | Object with matched slot details by name, such as [wildcards](/docs/automation/trigger/#sentence-wildcards). Each detail contains: <ul><li>`name` - name of the slot</li><li>`text` - matched text</li><li>`value` - output value (see [lists](https://developers.home-assistant.io/docs/voice/intent-recognition/template-sentence-syntax/#lists))</li></ul>
|
||||
| `trigger.device_id` | The device ID that captured the command, if any.
|
||||
|
||||
### State
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user