From 30d7e93e707957a77a9952b5e764dcf5a14f50e7 Mon Sep 17 00:00:00 2001 From: clydebarrow <2366188+clydebarrow@users.noreply.github.com> Date: Tue, 4 Feb 2025 18:27:01 +1100 Subject: [PATCH] [scheduler] document debug_scheduler flag --- components/esphome.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/components/esphome.rst b/components/esphome.rst index 6480f98e09..fd2b62fc84 100644 --- a/components/esphome.rst +++ b/components/esphome.rst @@ -66,6 +66,7 @@ Advanced options: See :ref:`esphome-min_version`. - **compile_process_limit** (*Optional*, int): The maximum number of simultaneous compile processes to run. Defaults to the number of cores of the CPU which is also the maximum you can set. +- **debug_scheduler** (*Optional*, boolean): If set, the scheduler will print debug information about scheduled tasks at log level DEBUG. Old-style platform options, which have been moved to the platform-specific :doc:`esp32 ` and :doc:`esp8266 ` sections but are still accepted here for compatibility reasons (usage not