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.