Add links to often needed docs

This commit is contained in:
Paulus Schoutsen 2016-03-07 13:49:31 -08:00
parent a08a86f78d
commit 227d484c69

View File

@ -11,7 +11,13 @@ regenerate: true
hide_github_edit: true
---
This is a community currated list of different ways to use Home Assistant. New recipes can be added via the [home-assistant.io repository](https://github.com/balloob/home-assistant.io/tree/master/source/_cookbook).
This is a community curated list of different ways to use Home Assistant. Most of these examples are using the [automation] component and other built-in [automation related][sec-automation] and [organization] components available.
[automation]: /components/automation/
[sec-automation]: /components/#automation
[organization]: /components/#organization
New recipes can be added via the [home-assistant.io repository](https://github.com/balloob/home-assistant.io/tree/master/source/_cookbook).
{% assign cookbook = site.cookbook | sort: 'title' %}
{% assign categories = cookbook | map: 'ha_category' | uniq | sort %}