Generic Commit; Most likely a fix or small feature
This commit is contained in:
@@ -34,8 +34,8 @@ export class HomeAssistantService extends BaseService<HomeAssistantClient> {
|
||||
|
||||
return this.getSuccessfulResult(result);
|
||||
} catch (error) {
|
||||
const error_message = "error starting stand automation";
|
||||
logWarning(error_message, error);
|
||||
const error_message = `error starting stand automation. ${error}`;
|
||||
logWarning(error_message);
|
||||
return this.getErrorResult(error_message);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user