From 799cef5993ed6641a6ede370f9cfde3cfb89065d Mon Sep 17 00:00:00 2001 From: Erik Montnemery Date: Fri, 13 May 2022 12:18:02 +0200 Subject: [PATCH] Document this variable in template alarm actions (#22724) --- source/_integrations/alarm_control_panel.template.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/_integrations/alarm_control_panel.template.markdown b/source/_integrations/alarm_control_panel.template.markdown index 432f884e248..cbc59a55dbc 100644 --- a/source/_integrations/alarm_control_panel.template.markdown +++ b/source/_integrations/alarm_control_panel.template.markdown @@ -111,9 +111,9 @@ panels: default: number {% 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