We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 182e97b commit ef8a186Copy full SHA for ef8a186
esphome/components/MhiAcCtrl/mhi_ac_ctrl.h
@@ -249,7 +249,7 @@ class MhiAcCtrl : public climate::Climate,
249
mhi_ac::InitError err = mhi_ac::init(this->ac_config_);
250
switch(err) {
251
case mhi_ac::InitError::CSLoopbackFail:
252
- this->status_set_error("CS loopback check failed. Are cs_in_pin and cs_out_pin connected with each other?");
+ this->status_set_error(LOG_STR("CS loopback check failed. Are cs_in_pin and cs_out_pin connected with each other?"));
253
return;
254
}
255
0 commit comments