From d64d397ec62cd191a18ed26cb1698ac39532dd72 Mon Sep 17 00:00:00 2001 From: akloeckner Date: Wed, 29 Jun 2022 13:15:43 +0200 Subject: [PATCH] Clarify that this does not change (#22957) --- source/_docs/automation/templating.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_docs/automation/templating.markdown b/source/_docs/automation/templating.markdown index daf42cb408a..a561d298f92 100644 --- a/source/_docs/automation/templating.markdown +++ b/source/_docs/automation/templating.markdown @@ -9,7 +9,7 @@ The template variable `this` is also available when evaluating any `trigger_vari ## Available this Data -Variable `this` is the [state object](/docs/configuration/state_object) of the automation. State objects also contain context data which can be used to identify the user that caused a script or automation to execute. +The variable `this` is the [state object](/docs/configuration/state_object) of the automation at the moment of triggering the actions. State objects also contain context data which can be used to identify the user that caused a script or automation to execute. Note that `this` will not change while executing the actions. ## Available Trigger Data