From a2e5c6348951ff38f5da2b9aecdd3e09497f6e0d Mon Sep 17 00:00:00 2001 From: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com> Date: Thu, 3 Aug 2023 21:56:13 +0200 Subject: [PATCH] Glossary: add blueprint (#28405) --- source/_data/glossary.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/source/_data/glossary.yml b/source/_data/glossary.yml index 6c26b3a0fef..956420fdf4d 100644 --- a/source/_data/glossary.yml +++ b/source/_data/glossary.yml @@ -76,6 +76,15 @@ such as on or off. link: /integrations/binary_sensor +- term: Blueprint + definition: >- + A blueprint is a script or automation configuration with certain parts marked as configurable. This allows users to create multiple scripts or automations based on the same blueprint, with each having its own configuration-specific settings. Blueprints are shared by the community on the [blueprints exchange](https://community.home-assistant.io/c/blueprints-exchange/53) in the forum. + link: /docs/blueprint/ + excerpt: >- + A blueprint is a script or automation configuration with certain parts marked as configurable. This allows users to create multiple scripts or automations based on the same blueprint, with each having its own configuration-specific settings. + aliases: + - blueprints + - term: Component definition: >- Better known as: Integrations. Integrations used to be known as components.