Merge pull request #99 from CCOSTAN/patch-4

Added section for Public Gists
This commit is contained in:
Paulus Schoutsen 2015-10-16 13:21:25 -07:00
commit 3986299f5e

View File

@ -12,6 +12,16 @@ 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).
#### Recipes
{% directory path:cookbook exclude:index %}
* [{{ file.slug | replace: '_',' ' | capitalize }}]({{ file.slug | prepend: '/cookbook/' | append: '.html' }})
{% enddirectory %}
#### Configuration.yaml Gists
- [Carlo Costanzo](https://github.com/CCOSTAN) - [Configuration.yaml](https://gist.github.com/CCOSTAN/9934de973a293b809868)
<p class='note warning'>
Please be sure to properly scrub your configuration.yaml of usernames, passwords and other personal information you do not want public before sharing on this page.
</p>