Fix link to Template entity (#37730)

The link of 'template entity' on https://www.home-assistant.io/docs/blueprint/ links to https://www.home-assistant.io/docs/integrations/template/ which does not exist.
I assume the URL should be https://www.home-assistant.io/integrations/template/
This commit is contained in:
Rob 2025-02-27 06:17:30 +01:00 committed by GitHub
parent e88ab4b674
commit 3a8e31a051
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -18,7 +18,7 @@ This section gives a high-level introduction to blueprints. To view a descriptio
## What is a blueprint?
A blueprint is a {% term script %}, {% term automation %} or [template entity](/docs/integrations/template/) configuration with certain parts marked as configurable. This allows you to create different scripts, automations or template entities based on the same blueprint.
A blueprint is a {% term script %}, {% term automation %} or [template entity](/integrations/template/) configuration with certain parts marked as configurable. This allows you to create different scripts, automations or template entities based on the same blueprint.
Imagine you want to control lights based on motion. A blueprint provides the generic {% term automation %} framework, while letting you select one specific motion sensor as a {% term trigger %}, and the exact light to control. This blueprint makes it possible to create two automations. Each automation has their own configuration and act completely independently. Yet, they share some basic automation configuration so that you do not have to set this up every time.