Skip to content

Commit

Permalink
Merge pull request #51 from echavet:echavet/issue40
Browse files Browse the repository at this point in the history
Sync problem
  • Loading branch information
echavet authored Feb 25, 2024
2 parents ff8593d + 0606621 commit 6007c30
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions components/cn105/hp_readings.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -428,9 +428,8 @@ void CN105Climate::heatpumpUpdate(heatpumpSettings settings) {

if (this->currentSettings != settings) {
ESP_LOGD(LOG_SETTINGS_TAG, "Settings changed, updating HA states");
this->publishStateToHA(settings);
}

this->publishStateToHA(settings);
}


Expand Down
4 changes: 2 additions & 2 deletions esp32-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -182,8 +182,8 @@ climate:
name: Compressor frequency (clim Sejour)
vertical_vane_select:
name: Orientation de la Vane Verticale
horizontal_vane_select:
name: Orientation de la Vane Horizontale
# horizontal_vane_select:
# name: Orientation de la Vane Horizontale
isee_sensor:
name: ISEE Sensor
auto_sub_mode_sensor:
Expand Down

0 comments on commit 6007c30

Please sign in to comment.