home-assistant.io/source/_docs/glossary.markdown
Fabian Affolter 5afb014f1c
Add intro
2017-10-21 09:56:26 +02:00

423 B

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