mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-23 17:27:19 +00:00
Clarify that this does not change (#22957)
This commit is contained in:
parent
010033b98e
commit
d64d397ec6
@ -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
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user