mirror of
https://github.com/esphome/esphome.git
synced 2025-03-21 18:18:13 +00:00
Update current_based_cover bugfix (#5587)
This commit is contained in:
parent
390766eb67
commit
35039b45e4
@ -104,7 +104,8 @@ void CurrentBasedCover::loop() {
|
|||||||
ESP_LOGD(TAG, "'%s' - Close position reached. Took %.1fs.", this->name_.c_str(), dur);
|
ESP_LOGD(TAG, "'%s' - Close position reached. Took %.1fs.", this->name_.c_str(), dur);
|
||||||
this->direction_idle_(COVER_CLOSED);
|
this->direction_idle_(COVER_CLOSED);
|
||||||
}
|
}
|
||||||
} else if (now - this->start_dir_time_ > this->max_duration_) {
|
}
|
||||||
|
if (now - this->start_dir_time_ > this->max_duration_) {
|
||||||
ESP_LOGD(TAG, "'%s' - Max duration reached. Stopping cover.", this->name_.c_str());
|
ESP_LOGD(TAG, "'%s' - Max duration reached. Stopping cover.", this->name_.c_str());
|
||||||
this->direction_idle_();
|
this->direction_idle_();
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user