mirror of
https://github.com/home-assistant/frontend.git
synced 2026-02-15 07:25:54 +00:00
removed unnecessary window.hass
This commit is contained in:
@@ -15,6 +15,6 @@ export default Polymer({
|
||||
|
||||
buttonTapped: function(ev) {
|
||||
ev.stopPropagation();
|
||||
window.hass.serviceActions.callService('updater', 'update', {})
|
||||
serviceActions.callService('updater', 'update', {})
|
||||
},
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user