mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-19 15:26:36 +00:00
removed unnecessary window.hass
This commit is contained in:
parent
dd76a2a5c9
commit
5a4295b27a
@ -15,6 +15,6 @@ export default Polymer({
|
|||||||
|
|
||||||
buttonTapped: function(ev) {
|
buttonTapped: function(ev) {
|
||||||
ev.stopPropagation();
|
ev.stopPropagation();
|
||||||
window.hass.serviceActions.callService('updater', 'update', {})
|
serviceActions.callService('updater', 'update', {})
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
|
Loading…
x
Reference in New Issue
Block a user