From 33daf0a385599b9eb0c64725fe86bd4d86522a1d Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Sat, 7 Feb 2015 15:42:04 -0800 Subject: [PATCH] Move frontend specific js to webcomponents --- homeassistant/components/frontend/version.py | 2 +- .../frontend/www_static/frontend.html | 9 ++--- .../frontend/www_static/polymer/bower.json | 4 +- .../polymer/components/state-timeline.html | 2 + .../polymer/home-assistant-api.html | 38 +++++++++++++++++++ .../www_static/polymer/home-assistant-js | 2 +- 6 files changed, 48 insertions(+), 9 deletions(-) diff --git a/homeassistant/components/frontend/version.py b/homeassistant/components/frontend/version.py index acb0bfc8db3..a3b76c46393 100644 --- a/homeassistant/components/frontend/version.py +++ b/homeassistant/components/frontend/version.py @@ -1,2 +1,2 @@ """ DO NOT MODIFY. Auto-generated by build_frontend script """ -VERSION = "b08c8203bd0a78ae1b1b2eec9f62f8b4" +VERSION = "be9fb38e992137e8e3b83e4ff91f9c7c" diff --git a/homeassistant/components/frontend/www_static/frontend.html b/homeassistant/components/frontend/www_static/frontend.html index 9e5f5fa2398..1f5002f507b 100644 --- a/homeassistant/components/frontend/www_static/frontend.html +++ b/homeassistant/components/frontend/www_static/frontend.html @@ -119,7 +119,7 @@ b.events&&Object.keys(a).length>0&&console.log("[%s] addHostListeners:",this.loc {{stateObj.stateDisplay}}
Currently: {{stateObj.attributes.current_temperature}} {{stateObj.attributes.unit_of_measurement}} -