From 3619daacfccb16d2d41bf10e834d790c094f2621 Mon Sep 17 00:00:00 2001 From: Rowan Hine Date: Sat, 26 Mar 2016 12:23:50 +0000 Subject: [PATCH] Updated splitting_configuration.markdown to include a link to the config files in the cookbook --- source/_topics/splitting_configuration.markdown | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/source/_topics/splitting_configuration.markdown b/source/_topics/splitting_configuration.markdown index 892c051bbbb..c4be3ae483d 100644 --- a/source/_topics/splitting_configuration.markdown +++ b/source/_topics/splitting_configuration.markdown @@ -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.