mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-11-10 11:38:51 +00:00
423 B
423 B
layout, title, description, date, sidebar, comments, sharing, footer
| layout | title | description | date | sidebar | comments | sharing | footer |
|---|---|---|---|---|---|---|---|
| page | Glossary | Home Assistant's Glossary. | 2017-10-08 08:30 | true | false | true | true |
{% assign entries = site.data.glossary | sort: 'topic' %}
The glossary covers terms which are used around Home Assistant.
-
{% for entry in entries %}
- {{ entry.topic }}: {{ entry.description | markdownify }} {% endfor %}