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);
|
return this.getSuccessfulResult(result);
|
||||||
} catch (error) {
|
} catch (error) {
|
||||||
const error_message = "error starting stand automation";
|
const error_message = `error starting stand automation. ${error}`;
|
||||||
logWarning(error_message, error);
|
logWarning(error_message);
|
||||||
return this.getErrorResult(error_message);
|
return this.getErrorResult(error_message);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user