diff --git a/homeassistant/components/http/frontend.py b/homeassistant/components/http/frontend.py index 833f4c25af0d19bf4d73906a2319bd1471512382..f29f9fc415c055f130100b6b2fc788d7a727361e 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 def2f07226eae24a4b30166175986ba8b13aef99..ab7fe559931442d687b7cfd5a1a4e40b4df659bb 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 3b4451b57bee8656a93bbd926c63d92b5df90ed8..59df3cb5c40c66a60bd49d9878e5645206338752 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; }