diff --git a/source/cookbook/index.markdown b/source/cookbook/index.markdown index 7c76927ec11..df2a288884d 100644 --- a/source/cookbook/index.markdown +++ b/source/cookbook/index.markdown @@ -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) + +
+ 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. +