From 446900253df1f4939907f995defe0ee014eeb36b Mon Sep 17 00:00:00 2001 From: Erik Montnemery Date: Sun, 15 May 2022 14:31:19 +0200 Subject: [PATCH] Document this variable in template cover actions (#22734) --- source/_integrations/cover.template.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/_integrations/cover.template.markdown b/source/_integrations/cover.template.markdown index aa4983ba236..ae69a4a980d 100644 --- a/source/_integrations/cover.template.markdown +++ b/source/_integrations/cover.template.markdown @@ -114,9 +114,9 @@ cover: type: template {% 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