From 1a160554fb11ceb578c2a07926242f3c7455b67f Mon Sep 17 00:00:00 2001 From: G Johansson Date: Sat, 9 Nov 2024 22:37:21 +0100 Subject: [PATCH] Fix spelling inte template this variable use (#35678) --- source/_integrations/template.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/_integrations/template.markdown b/source/_integrations/template.markdown index e4e44fbb1f2..bf61ce994b4 100644 --- a/source/_integrations/template.markdown +++ b/source/_integrations/template.markdown @@ -441,10 +441,10 @@ This video tutorial explains how to set up a Trigger based template that makes u ### Template and action variables -State-based and trigger-based template entities have the special template variable `this` available in their templates and actions. The `this` variable is the current [state object](/docs/configuration/state_object) of the entity and aids [self-referencing](#self-referencing) of an entity's state and attribute in templates and actions. Trigger-based entities also provide [the trigger data](/docs/automation/templating/). +State-based and trigger-based template entities have the special template variable `this` available in their templates and actions. The `this` variable is the current [state object](/docs/configuration/state_object) of the entity and aids [self-referencing](#self-referencing) of an entity's state and attributes in templates and actions. Trigger-based entities also provide [the trigger data](/docs/automation/templating/). {% note %} -Self-referecing using `this` provides the current state for the entity. To access the new state, use the `value` variable. +Self-referencing using `this` provides the current state for the entity. To access the new state, use the `value` variable. {% endnote %} ### Rate limiting updates