home-assistant.io/source/faq/index.markdown
Fabian Affolter 9a1489230e
Add Home Assistant vs. Hass.io entry (#4657)
* Add link to glossary

* Add ha vs. hass.io
2018-02-13 09:46:16 +01:00

768 B

layout, title, description, date, sidebar, comments, sharing, footer, regenerate, hide_github_edit
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. If you want to get details about a term, please check the glossary.

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