Added section for Public Gists

Wanted a way to properly share full configuration Gists.
This commit is contained in:
Carlo Costanzo 2015-10-15 10:59:47 -04:00
parent 7f5f70afee
commit 40cef13703

View File

@ -12,6 +12,14 @@ footer: true
This is a community currated list of `configuration.yaml` examples. New recipes can be added via 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). the [home-assistant.io repository](https://github.com/balloob/home-assistant.io/tree/master/source/cookbook).
#### Recipes
{% directory path:cookbook exclude:index %} {% directory path:cookbook exclude:index %}
* [{{ file.slug | replace: '_',' ' | capitalize }}]({{ file.slug | prepend: '/cookbook/' | append: '.html' }}) * [{{ file.slug | replace: '_',' ' | capitalize }}]({{ file.slug | prepend: '/cookbook/' | append: '.html' }})
{% enddirectory %} {% enddirectory %}
#### Configuration.yaml Gists
Please be sure to properly scrub your configuration.yaml files before publically sharing on this page.
- [Carlo Costanzo](https://github.com/CCOSTAN) - [Configuration.yaml](https://gist.github.com/CCOSTAN/9934de973a293b809868)