From 81f8764bb82fda44a59b27652a1b93b189bc7d3f Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Wed, 1 Jun 2016 23:47:17 -0700 Subject: [PATCH] Update frontend --- homeassistant/components/frontend/version.py | 2 +- .../components/frontend/www_static/core.js.gz | Bin 31781 -> 31781 bytes .../frontend/www_static/frontend.html | 2 +- .../frontend/www_static/frontend.html.gz | Bin 194325 -> 194318 bytes .../www_static/home-assistant-polymer | 2 +- .../frontend/www_static/service_worker.js | 2 +- .../frontend/www_static/service_worker.js.gz | Bin 3784 -> 3783 bytes 7 files changed, 4 insertions(+), 4 deletions(-) diff --git a/homeassistant/components/frontend/version.py b/homeassistant/components/frontend/version.py index dea222da9f1..97395197044 100644 --- a/homeassistant/components/frontend/version.py +++ b/homeassistant/components/frontend/version.py @@ -1,3 +1,3 @@ """DO NOT MODIFY. Auto-generated by build_frontend script.""" CORE = "d0b415dac66c8056d81380b258af5767" -UI = "03325162d9fbc6bef9345b5d9f5f3acc" +UI = "b0ea2672fff86b1ab86dd86135d4b43a" diff --git a/homeassistant/components/frontend/www_static/core.js.gz b/homeassistant/components/frontend/www_static/core.js.gz index f6abdbc8f5c4f35100d61c033e33a6df28089907..1687757c07ca4a5dd28aa29214c58eca280626d1 100644 GIT binary patch delta 18 acmZ4bgK_B(Mt1pb4vs%p{Wr49)c^oY83%9x delta 18 ZcmZ4bgK_B(Mt1pb4vs`w?~UwoH2_0+1{nYV diff --git a/homeassistant/components/frontend/www_static/frontend.html b/homeassistant/components/frontend/www_static/frontend.html index bce6e26b500..4fea06060dc 100644 --- a/homeassistant/components/frontend/www_static/frontend.html +++ b/homeassistant/components/frontend/www_static/frontend.html @@ -81,7 +81,7 @@ Polymer({ imageChanged: function (newVal) { this.$.badge.style.backgroundImage = newVal ? `url(${newVal})` : ''; }, -});