Clarify that this does not change (#22957)

This commit is contained in:
akloeckner 2022-06-29 13:15:43 +02:00 committed by Franck Nijhof
parent 010033b98e
commit d64d397ec6
No known key found for this signature in database
GPG Key ID: D62583BA8AB11CA3

View File

@ -9,7 +9,7 @@ The template variable `this` is also available when evaluating any `trigger_vari
## Available this Data ## 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 ## Available Trigger Data