From 39172f8c49a5253b28eb8508940e2ffa4f0ca451 Mon Sep 17 00:00:00 2001 From: c727 Date: Thu, 1 Mar 2018 17:23:47 +0100 Subject: [PATCH] Hassio reload addons and snapshots (#937) * Hassio reload addons and snapshots * Add refresh button again * Travis * Remove Eventlistener --- hassio/addon-store/hassio-addon-store.html | 1 - hassio/hassio-pages-with-tabs.html | 23 ++++++++++++++++++++-- hassio/snapshots/hassio-snapshots.html | 7 +++++++ 3 files changed, 28 insertions(+), 3 deletions(-) diff --git a/hassio/addon-store/hassio-addon-store.html b/hassio/addon-store/hassio-addon-store.html index 61f08bca19..af16f17be2 100644 --- a/hassio/addon-store/hassio-addon-store.html +++ b/hassio/addon-store/hassio-addon-store.html @@ -41,7 +41,6 @@ class HassioAddonStore extends Polymer.Element { ready() { super.ready(); this.addEventListener('hass-api-called', ev => this.apiCalled(ev)); - this.addEventListener('hassio-store-refresh', ev => this.refreshData(ev)); this.loadData(); } diff --git a/hassio/hassio-pages-with-tabs.html b/hassio/hassio-pages-with-tabs.html index 1e2d72cfc9..625a89fa6e 100644 --- a/hassio/hassio-pages-with-tabs.html +++ b/hassio/hassio-pages-with-tabs.html @@ -4,6 +4,7 @@ + @@ -33,6 +34,12 @@
Hass.io
+
Dashboard Snapshots - Add-on store + Add-on store System @@ -74,7 +81,7 @@ > -