mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-15 13:26:54 +00:00
Use configuration_basic for Glossary (#19839)
This commit is contained in:
parent
64cb50619d
commit
62ea9800b1
@ -7,10 +7,11 @@ description: "Home Assistant's Glossary."
|
|||||||
|
|
||||||
The glossary covers terms which are used around Home Assistant.
|
The glossary covers terms which are used around Home Assistant.
|
||||||
|
|
||||||
<ul>
|
{% configuration_basic %}
|
||||||
|
|
||||||
{% for entry in entries %}
|
{% for entry in entries %}
|
||||||
<li>
|
"{{ entry.topic }}":
|
||||||
<b>{{ entry.topic }}</b>: {{ entry.description | markdownify }}
|
description: "{{ entry.description }}"
|
||||||
</li>
|
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
</ul>
|
|
||||||
|
{% endconfiguration_basic %}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user