Skip to content

Commit 7f11181

Browse files
authored
Update hon_climate.cpp
1 parent 73c601a commit 7f11181

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

components/haier/hon_climate.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1414,7 +1414,7 @@ void HonClimate::process_protocol_reset() {
14141414
}
14151415
#endif // USE_SENSOR
14161416
#ifdef USE_TEXT_SENSOR
1417-
this->update_sub_text_sensor_(SubTextSensorType::ACTIVE_ALARMS, "No alarm");
1417+
this->update_sub_text_sensor_(SubTextSensorType::ACTIVE_ALARMS_TEXT, "No alarm");
14181418
#endif // USE_TEXT_SENSOR
14191419
this->got_valid_outdoor_temp_ = false;
14201420
this->hvac_hardware_info_.reset();

0 commit comments

Comments
 (0)