We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 73c601a commit 7f11181Copy full SHA for 7f11181
1 file changed
components/haier/hon_climate.cpp
@@ -1414,7 +1414,7 @@ void HonClimate::process_protocol_reset() {
1414
}
1415
#endif // USE_SENSOR
1416
#ifdef USE_TEXT_SENSOR
1417
- this->update_sub_text_sensor_(SubTextSensorType::ACTIVE_ALARMS, "No alarm");
+ this->update_sub_text_sensor_(SubTextSensorType::ACTIVE_ALARMS_TEXT, "No alarm");
1418
#endif // USE_TEXT_SENSOR
1419
this->got_valid_outdoor_temp_ = false;
1420
this->hvac_hardware_info_.reset();
0 commit comments