From da259d75a2c012183a81e1db9d923303f84d159e Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Sun, 25 Oct 2015 19:01:43 -0700 Subject: [PATCH] Update frontend with imprpved charts --- homeassistant/components/frontend/version.py | 2 +- .../frontend/www_static/frontend.html | 882 ++---------------- .../www_static/home-assistant-polymer | 2 +- 3 files changed, 71 insertions(+), 815 deletions(-) diff --git a/homeassistant/components/frontend/version.py b/homeassistant/components/frontend/version.py index 670fecb6620..758c92dc3e9 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 = "461d1b36c376037f19d66e316e063543" +VERSION = "231652c54795bcc542269ff03ec2e9b2" diff --git a/homeassistant/components/frontend/www_static/frontend.html b/homeassistant/components/frontend/www_static/frontend.html index d4df6f5e0a5..f17de5a2781 100644 --- a/homeassistant/components/frontend/www_static/frontend.html +++ b/homeassistant/components/frontend/www_static/frontend.html @@ -2221,7 +2221,7 @@ case"touchend":return this.addPointerListenerEnd(t,e,i,n);case"touchmove":return .ha-spin { -webkit-animation: ha-spin 2s infinite linear; animation: ha-spin 2s infinite linear; - }