mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-19 07:17:14 +00:00
Building block integration text fragment: update (#29149)
This commit is contained in:
parent
fe33ee8f2f
commit
f7e30df7bf
@ -1,4 +1,10 @@
|
|||||||
{% capture name %}{{ include.name | default: page.title }}{% endcapture %}
|
{% capture name %}{{ include.name | default: page.title }}{% endcapture %}
|
||||||
{% capture domain %}{{ include.domain | default: page.ha_domain }}{% 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.
|
<div class='note info'>
|
||||||
|
|
||||||
|
**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.
|
||||||
|
|
||||||
|
</div>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user