mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-05-02 17:18:58 +00:00
18 lines
357 B
Markdown
18 lines
357 B
Markdown
---
|
|
title: "Glossary"
|
|
description: "Home Assistant's Glossary."
|
|
---
|
|
|
|
{% assign entries = site.data.glossary | sort: 'topic' %}
|
|
|
|
The glossary covers terms which are used around Home Assistant.
|
|
|
|
{% configuration_basic %}
|
|
|
|
{% for entry in entries %}
|
|
"{{ entry.topic }}":
|
|
description: "{{ entry.description }}"
|
|
{% endfor %}
|
|
|
|
{% endconfiguration_basic %}
|