From 227d484c69f26cf6b99d14d201e49abeb343e09e Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Mon, 7 Mar 2016 13:49:31 -0800 Subject: [PATCH] Add links to often needed docs --- source/cookbook/index.markdown | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/source/cookbook/index.markdown b/source/cookbook/index.markdown index 4ee992e1a87..61990b01be9 100644 --- a/source/cookbook/index.markdown +++ b/source/cookbook/index.markdown @@ -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 %}