Skip to content

Commit

Permalink
Bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasloven committed Jul 22, 2019
1 parent f0459f2 commit f539e39
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion custom_components/browser_mod/browser_mod.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion js/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ class BrowserMod {
serviceData.deviceID[index] = deviceID;
}
}
callService(domain, service, serviceData);
return callService(domain, service, serviceData);
};
hass.callService = newCallService;

Expand Down

0 comments on commit f539e39

Please sign in to comment.