Add cookbook
This commit is contained in:
parent
b3cafec7d6
commit
67adc41bf9
5 changed files with 153 additions and 0 deletions
17
source/cookbook/index.markdown
Normal file
17
source/cookbook/index.markdown
Normal 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 %}
|
Loading…
Add table
Add a link
Reference in a new issue