Added section for Public Gists
Wanted a way to properly share full configuration Gists.
This commit is contained in:
parent
7f5f70afee
commit
40cef13703
1 changed files with 8 additions and 0 deletions
|
@ -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)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue