Updated splitting_configuration.markdown to include a link to the config files in the cookbook

This commit is contained in:
Rowan Hine 2016-03-26 12:23:50 +00:00
parent b310412fb1
commit 3619daacfc

View File

@ -11,10 +11,7 @@ footer: true
So you've been using Home Assistant for a while now and your [configuration.yaml file brings people to tears](https://home-assistant.io/cookbook/configuration_yaml_from_bassclarinetl2/) or you simply want to start off with the distributed approach, here's how to "split the configuration.yaml" into more manageable (read: humanly readable) pieces.
First off, several community members have sanitized (read: without api keys/passwords etc) versions of their configurations available for viewing:
- [bassclarinetl2](https://github.com/bassclarinetl2/HASS)
- [happyleavesaoc](https://github.com/happyleavesaoc/my-home-automation/tree/master/homeassistant)
First off, several community members have sanitized (read: without api keys/passwords etc) versions of their configurations available for viewing, you can see a list of them [here](https://home-assistant.io/cookbook/#example-configurationyaml).
As commenting code doesn't always happen, please read on for the details.