Fix PID climate breaks when restoring old modes (#2086)

This commit is contained in:
Otto Winter
2021-07-28 21:23:41 +02:00
committed by GitHub
parent 5c3a6164bb
commit 31d6a54b06
2 changed files with 2 additions and 12 deletions
-1
View File
@@ -56,7 +56,6 @@ class PIDClimate : public climate::Climate, public Component {
bool supports_heat_() const { return this->heat_output_ != nullptr; }
void write_output_(float value);
void handle_non_auto_mode_();
/// The sensor used for getting the current temperature
sensor::Sensor *sensor_;