Use configuration_basic for Glossary (#19839)

This commit is contained in:
Joakim Sørensen 2021-10-19 11:54:28 +02:00 committed by GitHub
parent 64cb50619d
commit 62ea9800b1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 %}