From ca3ea3811f442b1acc1f1779ff5d39a6a2f58982 Mon Sep 17 00:00:00 2001 From: neri Date: Sat, 2 Mar 2024 03:10:59 +0100 Subject: [PATCH] no init --- mlock-common.yaml | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/mlock-common.yaml b/mlock-common.yaml index 65c36fa..6fc2614 100644 --- a/mlock-common.yaml +++ b/mlock-common.yaml @@ -16,18 +16,18 @@ esphome: platform: ESP8266 board: d1_mini on_boot: - - priority: -100 - then: - - if: # return LED to switch state before - condition: - switch.is_on: mlock_${name_of_board}_switch - then: - - light.addressable_set: { id: status_led, red: 0%, green: 100%, blue: 0% } - else: - - light.addressable_set: { id: status_led, red: 100%, green: 0%, blue: 0% } - - priority: 600 - then: - - light.addressable_set: { id: status_led, red: 0%, green: 0%, blue: 50% } + # - priority: -100 + # then: + # - if: # return LED to switch state before + # condition: + # switch.is_on: mlock_${name_of_board}_switch + # then: + # - light.addressable_set: { id: status_led, red: 0%, green: 100%, blue: 0% } + # else: + # - light.addressable_set: { id: status_led, red: 100%, green: 0%, blue: 0% } + # - priority: 600 + # then: + # - light.addressable_set: { id: status_led, red: 0%, green: 0%, blue: 50% } # Enable logging logger: