2016-01-02 11:37:04 -08:00

25 lines
869 B
Markdown

---
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
regenerate: 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).
{% for recipe in site.cookbook %}
* [{{recipe.title}}]({{recipe.url}})
{% endfor %}
### {% linkable_title Configuration.yaml Gists %}
Some users keep a public scrubbed copy of their `configuration.yaml` to learn from.
- [Configuration.yaml by Carlo Costanzo](https://gist.github.com/CCOSTAN/9934de973a293b809868)
- [Configuration.yaml by happyleavesaoc](https://github.com/happyleavesaoc/my-home-automation/tree/master/homeassistant)