From 46cf1fb597cafca197592d2f8d7a85b49ef52968 Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Thu, 26 Jun 2025 02:47:33 +0200 Subject: [PATCH] comment --- esphome/core/application.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/esphome/core/application.h b/esphome/core/application.h index d66136ddd6..6ee05309ca 100644 --- a/esphome/core/application.h +++ b/esphome/core/application.h @@ -337,6 +337,9 @@ class Application { * Each component can request a high frequency loop execution by using the HighFrequencyLoopRequester * helper in helpers.h * + * Note: This method is not called by ESPHome core code. It is only used by lambda functions + * in YAML configurations or by external components. + * * @param loop_interval The interval in milliseconds to run the core loop at. Defaults to 16 milliseconds. */ void set_loop_interval(uint32_t loop_interval) {