From 9b20f0523ac09281dec873a816d9ae77feba7086 Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Mon, 7 Mar 2016 14:14:54 -0800 Subject: [PATCH] Components: Hide non-featured component on page load --- source/components/index.html | 19 ++++++++++++++++--- 1 file changed, 16 insertions(+), 3 deletions(-) diff --git a/source/components/index.html b/source/components/index.html index d4df448da67..87b08f3085b 100644 --- a/source/components/index.html +++ b/source/components/index.html @@ -36,7 +36,9 @@ Support for these components is provided by the Home Assistant community.
{% for component in components %} {% if component.ha_category %} - +
{% if component.logo %} @@ -60,8 +62,19 @@ Support for these components is provided by the Home Assistant community. {% endcomment %} - - + +