From 74549d919e4a0d6966876d7259318db6b3b4f5ce Mon Sep 17 00:00:00 2001 From: John Taseff Date: Fri, 15 Mar 2024 07:39:24 +0100 Subject: [PATCH] update global note for building block integrations (#31772) * update description of building block integrations * more rewording on building block note * fix wording to match link --- source/_includes/integrations/building_block_integration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_includes/integrations/building_block_integration.md b/source/_includes/integrations/building_block_integration.md index d6a8240dbb1..3b07718d1ed 100644 --- a/source/_includes/integrations/building_block_integration.md +++ b/source/_includes/integrations/building_block_integration.md @@ -5,6 +5,6 @@ **Building block integration** -The {{ name | downcase }} integration cannot be directly used. You cannot create your own {{ domain | replace: "_", " " }} entities using this integration. This integration is a building block for other integrations to use, enabling them to create {{ domain | replace: "_", " " }} entities for you. +This {{ name | downcase }} building block integration cannot be directly added to your Home Assistant. It is a generic building block that other integrations use to create {{ domain | replace: "_", " " }} entities for you. See the "Categories" links in the sidebar to see all {{ name | downcase }} integrations built from it that you can use. The automation triggers, actions, and other information on this page can be used with all of those integrations whose entities support them, and some integrations add extra functionality.