From e8e483a92afea5778d9d0c23ab3c5ba089490388 Mon Sep 17 00:00:00 2001 From: Edward Firmo <94725493+edwardtfn@users.noreply.github.com> Date: Mon, 18 Dec 2023 17:54:09 +0100 Subject: [PATCH] yamllint --- advanced/esphome/nspanel_esphome_core.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/advanced/esphome/nspanel_esphome_core.yaml b/advanced/esphome/nspanel_esphome_core.yaml index 2a69624..38162fa 100644 --- a/advanced/esphome/nspanel_esphome_core.yaml +++ b/advanced/esphome/nspanel_esphome_core.yaml @@ -2575,7 +2575,7 @@ script: - wait_until: condition: - not: - - text_sensor.state: # Is boot page visible? + - text_sensor.state: # Is boot page visible? id: current_page state: 'boot' timeout: 15s @@ -2642,8 +2642,6 @@ script: - id: stop_all mode: restart - #parameters: - # exceptions: string[] # to be implemented then: - lambda: |- static const char *const TAG = "script.stop_all";