diff --git a/bower.json b/bower.json index 99aae9fa68..12d85d6e64 100644 --- a/bower.json +++ b/bower.json @@ -20,7 +20,4 @@ "fecha": "~2.2.0" }, "_comment": "specify iron-flex-layout for higher version than iron elements", - "resolutions": { - "app-layout": "~0.10.2" - } } diff --git a/package.json b/package.json index e8ba5b4262..e1ab97a5e5 100644 --- a/package.json +++ b/package.json @@ -37,17 +37,17 @@ }, "devDependencies": { "bower": "^1.7.9", - "eslint": "^3.2.2", - "eslint-config-airbnb-base": "^5.0.1", + "eslint": "^3.3.1", + "eslint-config-airbnb-base": "^5.0.2", "eslint-plugin-html": "^1.5.2", - "eslint-plugin-import": "^1.12.0", + "eslint-plugin-import": "^1.13.0", "html-minifier": "^3.0.2", "hydrolysis": "^1.24.1", - "polymer-cli": "^0.13.0", + "polymer-cli": "^0.14.0", "polymer-lint": "^0.8.1", - "rollup": "^0.34.7", + "rollup": "^0.34.10", "rollup-plugin-babel": "^2.6.1", - "rollup-plugin-buble": "^0.12.1", + "rollup-plugin-buble": "^0.13.0", "rollup-plugin-commonjs": "^3.3.1", "rollup-plugin-multi-entry": "^2.0.1", "rollup-plugin-node-resolve": "^2.0.0", diff --git a/src/components/ha-sidebar.html b/src/components/ha-sidebar.html index 3c6384912c..df03d4b86e 100644 --- a/src/components/ha-sidebar.html +++ b/src/components/ha-sidebar.html @@ -205,14 +205,14 @@ Polymer({ value: false, bindNuclear: function (hass) { return hass.pushNotificationGetters.isSupported; - } + }, }, pushToggleChecked: { type: Boolean, bindNuclear: function (hass) { return hass.pushNotificationGetters.isActive; - } + }, }, }, @@ -300,7 +300,6 @@ Polymer({ .then(function (success) { this.pushToggleChecked = success; }.bind(this)); - } else { this.hass.pushNotificationActions.unsubscribePushNotifications() .then(function (success) {