From f647fa2e129813d4bd6bf2e45e2c9ced4fc7b111 Mon Sep 17 00:00:00 2001 From: Martijn Date: Sat, 30 Nov 2024 18:26:02 +0100 Subject: [PATCH] removed log message --- package/1bar_1display_scripts.yaml | 10 ---------- package/2bar_1display_scripts.yaml | 20 -------------------- 2 files changed, 30 deletions(-) diff --git a/package/1bar_1display_scripts.yaml b/package/1bar_1display_scripts.yaml index 7820cee..1d08129 100644 --- a/package/1bar_1display_scripts.yaml +++ b/package/1bar_1display_scripts.yaml @@ -50,18 +50,8 @@ script: #################### - id: bar1_left_draw then: - - lambda: |- - if (id(show_todos)) { - ESP_LOGD("TODO", "You need to extend the bar1_left_draw script to draw something on the bar display \n script: \n - id: !extend bar1_left_draw\n then:\n - lambda: |-\n \\ your draw scripts here!"); - id(show_todos) = false; - } - id: bar1_right_draw then: - - lambda: |- - if (id(show_todos)) { - ESP_LOGD("TODO", "You need to extend the bar1_right_draw script to draw something on the bar display \n script: \n - id: !extend bar1_right_draw\n then:\n - lambda: |-\n \\ your draw scripts here!"); - id(show_todos) = false; - } ############################## ### other handling scripts ### ############################## diff --git a/package/2bar_1display_scripts.yaml b/package/2bar_1display_scripts.yaml index 5751743..aa7914e 100644 --- a/package/2bar_1display_scripts.yaml +++ b/package/2bar_1display_scripts.yaml @@ -96,32 +96,12 @@ script: #################### - id: bar1_left_draw then: - - lambda: |- - if (id(show_todos)) { - ESP_LOGD("TODO", "You need to extend the bar1_left_draw script to draw something on the bar display \n script: \n - id: !extend bar1_left_draw\n then:\n - lambda: |-\n \\ your draw scripts here!"); - id(show_todos) = false; - } - id: bar1_right_draw then: - - lambda: |- - if (id(show_todos)) { - ESP_LOGD("TODO", "You need to extend the bar1_right_draw script to draw something on the bar display \n script: \n - id: !extend bar1_right_draw\n then:\n - lambda: |-\n \\ your draw scripts here!"); - id(show_todos) = false; - } - id: bar2_left_draw then: - - lambda: |- - if (id(show_todos)) { - ESP_LOGD("TODO", "You need to extend the bar2_left_draw script to draw something on the bar display \n script: \n - id: !extend bar2_left_draw\n then:\n - lambda: |-\n \\ your draw scripts here!"); - id(show_todos) = false; - } - id: bar2_right_draw then: - - lambda: |- - if (id(show_todos)) { - ESP_LOGD("TODO", "You need to extend the bar2_right_draw script to draw something on the bar display \n script: \n - id: !extend bar2_right_draw\n then:\n - lambda: |-\n \\ your draw scripts here!"); - id(show_todos) = false; - } ############################## ### other handling scripts ### ##############################