mirror of
https://github.com/esphome/esphome.git
synced 2025-10-06 03:43:49 +01:00
adjust
This commit is contained in:
@@ -211,8 +211,8 @@ void HOT Scheduler::call() {
|
||||
// Not reached timeout yet, done for this call
|
||||
break;
|
||||
}
|
||||
// Don't run on failed or loop-done components
|
||||
if (item->component != nullptr && item->component->should_skip_loop()) {
|
||||
// Don't run on failed components
|
||||
if (item->component != nullptr && item->component->is_failed()) {
|
||||
LockGuard guard{this->lock_};
|
||||
this->pop_raw_();
|
||||
continue;
|
||||
|
Reference in New Issue
Block a user