This commit is contained in:
2019-07-22 19:51:43 +02:00
parent f0459f26e9
commit f539e39de6
2 changed files with 2 additions and 2 deletions

View File

@@ -20,7 +20,7 @@ class BrowserMod {
serviceData.deviceID[index] = deviceID;
}
}
callService(domain, service, serviceData);
return callService(domain, service, serviceData);
};
hass.callService = newCallService;