From ea0360db0d0483159c638e70c11221586f34276f Mon Sep 17 00:00:00 2001 From: Robbie Trencheny Date: Sat, 11 Feb 2017 23:03:21 -0800 Subject: [PATCH] Add note about home-assistant-config topic on GitHub --- source/cookbook/index.markdown | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/source/cookbook/index.markdown b/source/cookbook/index.markdown index 56a28fcfbbb..c2d9bb37b3f 100644 --- a/source/cookbook/index.markdown +++ b/source/cookbook/index.markdown @@ -19,6 +19,10 @@ This is a community curated list of different ways to use Home Assistant. Most o New recipes can be added via the [home-assistant.io repository](https://github.com/home-assistant/home-assistant.github.io/tree/current/source/_cookbook). +

+A great place to find popular configurations is on this [GitHub search](https://github.com/search?q=topic%3Ahome-assistant-config&type=Repositories) for repositories with the `home-assistant-config` topic. +

+ {% assign cookbook = site.cookbook | sort: 'title' %} {% assign categories = cookbook | map: 'ha_category' | uniq | sort %}