From f26ac070d5ec9dd831ca90d2474f2b1314152d82 Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Mon, 15 Jun 2015 22:40:57 -0700 Subject: [PATCH] History: Add support to fetch specific days --- homeassistant/components/frontend/version.py | 2 +- .../frontend/www_static/frontend.html | 552 ++++++++++++------ .../state-history-chart-timeline.html | 34 +- .../components/state-history-charts.html | 45 +- .../polymer/dialogs/more-info-dialog.html | 2 +- .../www_static/polymer/home-assistant-js | 2 +- .../polymer/layouts/partial-history.html | 57 +- .../polymer/layouts/partial-logbook.html | 4 + homeassistant/components/history.py | 30 +- 9 files changed, 503 insertions(+), 225 deletions(-) diff --git a/homeassistant/components/frontend/version.py b/homeassistant/components/frontend/version.py index a9c3cd0bef2..9dac17cae0d 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 = "9472014df7b663c70bf33bb456bd8245" +VERSION = "a6643dc82e02ec14b6c1b662f1aab661" diff --git a/homeassistant/components/frontend/www_static/frontend.html b/homeassistant/components/frontend/www_static/frontend.html index be9c2ba1fea..0f8fc706158 100644 --- a/homeassistant/components/frontend/www_static/frontend.html +++ b/homeassistant/components/frontend/www_static/frontend.html @@ -5876,43 +5876,64 @@ this._removeChildren(); - + + + + + +