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:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user