1
0
mirror of https://github.com/esphome/esphome.git synced 2025-10-30 06:33:51 +00:00

Update esphome/core/application.cpp

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
J. Nick Koston
2025-08-15 21:27:31 -04:00
committed by GitHub
parent 0a66612399
commit 59037458d6

View File

@@ -270,7 +270,7 @@ void Application::teardown_components(uint32_t timeout_ms) {
}
uint32_t now = start_time;
size_t pending_count = pending_components.size();
size_t pending_count = num_components;
// Compaction algorithm for teardown
// ==================================