--- title: "Glossary" description: "Home Assistant's Glossary." --- {% assign entries = site.data.glossary | sort: 'term' %} The glossary covers terms which are used around Home Assistant.
{% for entry in entries %}
{{ entry.term }}
{{ entry.definition | markdownify | newline_to_br }} {%- if entry.link -%} Read more about: {{ entry.term }} {%- endif -%}
{% endfor %}