home-assistant.io/source/faq/index.markdown
Franck Nijhof ebca3218c7
🔥Removes linkable_title everywhere (#9772)
* Automatically create linkable headers

* Visually improve position of linkable header chain icon

* Do not auto link  headers on homepage

* Remove linkable_title everywhere

* 🚑 Re-instante linkable_title plugin as NOOP
2019-07-04 19:08:27 +02:00

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

{{ category }}

{% for entry in faq %} {% if entry.ha_category == category %}

{{ entry.title }}

{{entry.content}} {% endif %} {% endfor %} {% endfor %}