Add cookbook

This commit is contained in:
Paulus Schoutsen 2015-10-08 19:19:24 -07:00
parent b3cafec7d6
commit 67adc41bf9
5 changed files with 153 additions and 0 deletions

View file

@ -0,0 +1,17 @@
---
layout: page
title: "Configuration Cookbook"
description: "Community maintained list of configuration exmaples."
date: 2015-10-08 19:05
sidebar: false
comments: false
sharing: true
footer: true
---
This is a community currated list of `configuration.yaml` examples. New recipes can be added via
the [home-assistant.io repository](https://github.com/balloob/home-assistant.io/tree/master/source/cookbook).
{% directory path:cookbook exclude:index %}
* [{{ file.slug | replace: '_',' ' | capitalize }}]({{ file.slug | prepend: '/cookbook/' | append: '.html' }})
{% enddirectory %}