From bde81adb632e2adf3ab8fcc6be782698c21f4aff Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Tue, 5 Nov 2024 13:06:51 -0500 Subject: [PATCH] Document device_id for sentence trigger (#35586) --- source/_docs/automation/templating.markdown | 1 + 1 file changed, 1 insertion(+) diff --git a/source/_docs/automation/templating.markdown b/source/_docs/automation/templating.markdown index bd18fa79125..ce3529e1342 100644 --- a/source/_docs/automation/templating.markdown +++ b/source/_docs/automation/templating.markdown @@ -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: +| `trigger.device_id` | The device ID that captured the command, if any. ### State