From 86dc0a973c10cd3d3a83064b5a36aed1d3b436a8 Mon Sep 17 00:00:00 2001
From: Paulus Schoutsen <Paulus@PaulusSchoutsen.nl>
Date: Fri, 31 Oct 2014 00:23:06 -0700
Subject: [PATCH] Sun will now also color yellow when above horizon

---
 homeassistant/components/http/frontend.py                      | 2 +-
 homeassistant/components/http/www_static/frontend.html         | 3 ++-
 .../components/http/www_static/polymer/state-card.html         | 3 ++-
 3 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/homeassistant/components/http/frontend.py b/homeassistant/components/http/frontend.py
index 833f4c25af0..f29f9fc415c 100644
--- a/homeassistant/components/http/frontend.py
+++ b/homeassistant/components/http/frontend.py
@@ -1,2 +1,2 @@
 """ DO NOT MODIFY. Auto-generated by build_polymer script """
-VERSION = "6ce8abfbeaacbe30baeffc8875c023e5"
+VERSION = "5ae474d6905e074fa2a6aa0cfa2941be"
diff --git a/homeassistant/components/http/www_static/frontend.html b/homeassistant/components/http/www_static/frontend.html
index def2f07226e..ab7fe559931 100644
--- a/homeassistant/components/http/www_static/frontend.html
+++ b/homeassistant/components/http/www_static/frontend.html
@@ -10239,7 +10239,8 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
       background-color: #039be5;
     }
 
-    state-badge[data-state=on][data-domain=light] {
+    state-badge[data-domain=light][data-state=on],
+    state-badge[data-domain=sun][data-state=above_horizon] {
       color: #fff176;
     }
 
diff --git a/homeassistant/components/http/www_static/polymer/state-card.html b/homeassistant/components/http/www_static/polymer/state-card.html
index 3b4451b57be..59df3cb5c40 100755
--- a/homeassistant/components/http/www_static/polymer/state-card.html
+++ b/homeassistant/components/http/www_static/polymer/state-card.html
@@ -34,7 +34,8 @@
       background-color: #039be5;
     }
 
-    state-badge[data-state=on][data-domain=light] {
+    state-badge[data-domain=light][data-state=on],
+    state-badge[data-domain=sun][data-state=above_horizon] {
       color: #fff176;
     }
 
-- 
GitLab