1
0
mirror of https://github.com/esphome/esphome.git synced 2025-09-02 11:22:24 +01:00

Merge branch 'integration' into memory_api

This commit is contained in:
J. Nick Koston
2025-08-15 21:36:21 -04:00

View File

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