681 B
681 B
layout | title | description | date | sidebar | comments | sharing | footer | regenerate | hide_github_edit |
---|---|---|---|---|---|---|---|---|---|
page | FAQ | Home Assistant's FAQ | 2015-10-08 19:05 | true | false | true | true | true | true |
This is a community curated list of frequently asked questions (FAQ) about the installation, setup, and usage of Home Assistant.
{% assign faq = site.faq | sort: 'title' %} {% assign categories = faq | map: 'ha_category' | uniq | sort %}
{% for category in categories %}
{% linkable_title {{ category }} %}
{% for entry in faq %} {% if entry.ha_category == category %}
{% linkable_title {{ entry.title }} %}
{{entry.content}} {% endif %} {% endfor %} {% endfor %}