Add Integral Reset Action to PIDClimate (#1104)

This commit is contained in:
Carlos Gustavo Sarmiento
2020-07-09 18:25:46 -05:00
committed by GitHub
parent 7a16f846eb
commit 33212d1abf
4 changed files with 28 additions and 0 deletions
+2
View File
@@ -148,5 +148,7 @@ void PIDClimate::start_autotune(std::unique_ptr<PIDAutotuner> &&autotune) {
});
}
void PIDClimate::reset_integral_term() { this->controller_.reset_accumulated_integral(); }
} // namespace pid
} // namespace esphome