From 6b5fa6c70abcab7211c3b23270b847ee015f805a Mon Sep 17 00:00:00 2001 From: Erik Montnemery Date: Mon, 16 May 2022 09:16:18 +0200 Subject: [PATCH] Document this variable in template light actions (#22765) --- source/_integrations/light.template.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/_integrations/light.template.markdown b/source/_integrations/light.template.markdown index 4f556c3ac23..2d7e2482499 100644 --- a/source/_integrations/light.template.markdown +++ b/source/_integrations/light.template.markdown @@ -179,9 +179,9 @@ light: type: action {% endconfiguration %} -### Template variables +### Template and action variables -State-based template entities have the special template variable `this` available in their templates. The `this` variable aids [self-referencing](/integrations/template#self-referencing) of an entity's state and attribute in templates. +State-based template entities have the special template variable `this` available in their templates and actions. The `this` variable aids [self-referencing](/integrations/template#self-referencing) of an entity's state and attribute in templates and actions. ## Considerations