From e17619841ddb2bc20a3c1433ea67b1194ec6ba94 Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Fri, 20 Jun 2025 22:03:53 +0200 Subject: [PATCH] fix last component being charged for stats --- esphome/core/runtime_stats.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/esphome/core/runtime_stats.cpp b/esphome/core/runtime_stats.cpp index 0ce0d29e8d..da19349537 100644 --- a/esphome/core/runtime_stats.cpp +++ b/esphome/core/runtime_stats.cpp @@ -89,4 +89,4 @@ void RuntimeStatsCollector::process_pending_stats(uint32_t current_time) { } } -} // namespace esphome \ No newline at end of file +} // namespace esphome