From def3bcd935855e6e01fbb0501fff8275eb3f258b Mon Sep 17 00:00:00 2001 From: Clyde Stubbs <2366188+clydebarrow@users.noreply.github.com> Date: Sun, 25 Aug 2024 16:35:56 +1000 Subject: [PATCH] Fix formatting of lvgl.is.idle example (#4192) --- components/lvgl/index.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/components/lvgl/index.rst b/components/lvgl/index.rst index 16b903a30..f55b8b100 100644 --- a/components/lvgl/index.rst +++ b/components/lvgl/index.rst @@ -655,8 +655,9 @@ This :ref:`condition ` checks if the amount of time specified on_...: then: - if: - condition: lvgl.is_idle - timeout: 5s + condition: + lvgl.is_idle: + timeout: 5s then: - light.turn_off: id: display_backlight