From f7e30df7bf0e1007bf64eb3379e95fbbc0a93070 Mon Sep 17 00:00:00 2001 From: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com> Date: Wed, 4 Oct 2023 15:59:54 +0200 Subject: [PATCH] Building block integration text fragment: update (#29149) --- .../_includes/integrations/building_block_integration.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/source/_includes/integrations/building_block_integration.md b/source/_includes/integrations/building_block_integration.md index d4e710f384b..d6a8240dbb1 100644 --- a/source/_includes/integrations/building_block_integration.md +++ b/source/_includes/integrations/building_block_integration.md @@ -1,4 +1,10 @@ {% capture name %}{{ include.name | default: page.title }}{% endcapture %} {% capture domain %}{{ include.domain | default: page.ha_domain }}{% endcapture %} -**Building block integration**: The {{ name | downcase }} integration cannot be directly used. You cannot create your own {{ domain }} entities using this integration. This integration is a building block for other integrations to use, enabling them to create {{ domain }} entities for you. +
+ +**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. + +