1
0
mirror of https://github.com/home-assistant/frontend.git synced 2025-12-20 10:48:44 +00:00

Update packages

This commit is contained in:
Paulus Schoutsen
2016-08-21 15:30:51 -07:00
parent 9b5ae6e8de
commit c0c0b2c2f3
3 changed files with 8 additions and 12 deletions

View File

@@ -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) {