From bb23f57f9609e66e06c5a791fdbde027b3ee1e22 Mon Sep 17 00:00:00 2001
From: Paulus Schoutsen <Paulus@PaulusSchoutsen.nl>
Date: Sun, 2 Nov 2014 17:57:48 -0800
Subject: [PATCH] Renamed build_polymer to build_frontend

---
 build_polymer => build_frontend                        | 2 +-
 homeassistant/components/http/frontend.py              | 4 ++--
 homeassistant/components/http/www_static/frontend.html | 6 ++----
 3 files changed, 5 insertions(+), 7 deletions(-)
 rename build_polymer => build_frontend (81%)

diff --git a/build_polymer b/build_frontend
similarity index 81%
rename from build_polymer
rename to build_frontend
index 36595227592..3e1b3d03a99 100755
--- a/build_polymer
+++ b/build_frontend
@@ -6,5 +6,5 @@ cd ..
 cp polymer/bower_components/platform/platform.js polymer_platform.js
 vulcanize -o frontend.html --inline polymer/splash-login.html
 cd ..
-echo '""" DO NOT MODIFY. Auto-generated by build_polymer script """' > frontend.py
+echo '""" DO NOT MODIFY. Auto-generated by build_frontend script """' > frontend.py
 echo 'VERSION = "'`md5 -q www_static/frontend.html`'"' >> frontend.py
diff --git a/homeassistant/components/http/frontend.py b/homeassistant/components/http/frontend.py
index 4c563b5b5ee..9edbfa0e0c2 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 = "a5faad91ef716812aa252f8e7a0377ca"
+""" DO NOT MODIFY. Auto-generated by build_frontend script """
+VERSION = "78833990f9ec3b3b56f233320ede7f89"
diff --git a/homeassistant/components/http/www_static/frontend.html b/homeassistant/components/http/www_static/frontend.html
index f5c2ed076b8..29e76e6e629 100644
--- a/homeassistant/components/http/www_static/frontend.html
+++ b/homeassistant/components/http/www_static/frontend.html
@@ -17873,13 +17873,11 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
       background-color: #fff;
       border-radius: 2px;
       box-shadow: rgba(0, 0, 0, 0.098) 0px 2px 4px, rgba(0, 0, 0, 0.098) 0px 0px 3px;
-      /* transition */
-      -webkit-transition: all 0.30s ease-out;
       transition: all 0.30s ease-out;
 
       position: relative;
       background-color: white;
-      padding: 15px;
+      padding: 16px;
       width: 100%;
     }
 
@@ -17939,7 +17937,7 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
           </div>
 
           <div class="time-ago">
-            <core-tooltip label="{{last_changed}}" position="bottom">
+            <core-tooltip label="{{stateObj.last_changed}}" position="bottom">
               {{lastChangedFromNow}}
             </core-tooltip>
           </div>
-- 
GitLab