home-assistant.io/source/_docs/glossary.markdown
Franck Nijhof 8b71353f75
Add Jekyll terminology tooltip plugin (#26542)
Co-authored-by: Joakim Sørensen <joasoe@gmail.com>
2023-03-11 12:58:07 +01:00

450 B

title, description
title description
Glossary Home Assistant's Glossary.

{% assign entries = site.data.glossary | sort: 'term' %}

The glossary covers terms which are used around Home Assistant.

{% configuration_basic %}

{% for entry in entries %} "{{ entry.term }}": description: "{{ entry.definition }} {% if entry.link %}
[Read more about: {{ entry.term }}]({{ entry.link }}){% endif %}" {% endfor %}

{% endconfiguration_basic %}