mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-15 05:16:49 +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.
|
||||
|
||||
<ul>
|
||||
{% configuration_basic %}
|
||||
|
||||
{% for entry in entries %}
|
||||
<li>
|
||||
<b>{{ entry.topic }}</b>: {{ entry.description | markdownify }}
|
||||
</li>
|
||||
"{{ entry.topic }}":
|
||||
description: "{{ entry.description }}"
|
||||
{% endfor %}
|
||||
</ul>
|
||||
|
||||
{% endconfiguration_basic %}
|
||||
|
Loading…
x
Reference in New Issue
Block a user