From 8538912844ca209de340955e315bb53ccd717593 Mon Sep 17 00:00:00 2001 From: Julien Ehrhart Date: Thu, 13 Oct 2022 22:56:33 +0200 Subject: [PATCH] Fix anchor link for webhook example (#24549) --- source/_integrations/template.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_integrations/template.markdown b/source/_integrations/template.markdown index 3c8d91cb06a..43b9ab93ea3 100644 --- a/source/_integrations/template.markdown +++ b/source/_integrations/template.markdown @@ -71,7 +71,7 @@ template: ## Trigger-based template binary sensors, buttons, numbers, selects and sensors -If you want more control over when an entity updates, you can define a trigger. Triggers follow the same format and work exactly the same as [triggers in automations][trigger-doc]. This feature is a great way to create entities based on webhook data ([example](#storing-webhook-information)), or update entities based on a schedule. +If you want more control over when an entity updates, you can define a trigger. Triggers follow the same format and work exactly the same as [triggers in automations][trigger-doc]. This feature is a great way to create entities based on webhook data ([example](#trigger-based-sensor-and-binary-sensor-storing-webhook-information)), or update entities based on a schedule. Whenever the trigger fires, all related entities will re-render and it will have access to [the trigger data](/docs/automation/templating/) in the templates.