mirror of
https://github.com/esphome/esphome.git
synced 2026-05-23 23:18:00 +08:00
[haier] Fix hOn half-degree temperature setting (#15312)
This commit is contained in:
committed by
Jesse Hills
parent
9cd7c5e700
commit
3bf45d8fe0
@@ -677,7 +677,6 @@ haier_protocol::HaierMessage HonClimate::get_control_message() {
|
||||
this->quiet_mode_state_ = (SwitchState) ((uint8_t) this->quiet_mode_state_ & 0b01);
|
||||
}
|
||||
out_data->beeper_status = ((!this->get_beeper_state()) || (!has_hvac_settings)) ? 1 : 0;
|
||||
control_out_buffer[4] = 0; // This byte should be cleared before setting values
|
||||
out_data->display_status = this->get_display_state() ? 1 : 0;
|
||||
this->display_status_ = (SwitchState) ((uint8_t) this->display_status_ & 0b01);
|
||||
out_data->health_mode = this->get_health_mode() ? 1 : 0;
|
||||
|
||||
Reference in New Issue
Block a user