From fe745c0132c011a6759d932b96514774a150ac7f Mon Sep 17 00:00:00 2001 From: Edward Firmo <94725493+edwardtfn@users.noreply.github.com> Date: Fri, 8 Aug 2025 14:52:40 +0200 Subject: [PATCH] Update TX-Ultimate-Easy-ESPHome_core_hw_leds.yaml --- ESPHome/TX-Ultimate-Easy-ESPHome_core_hw_leds.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ESPHome/TX-Ultimate-Easy-ESPHome_core_hw_leds.yaml b/ESPHome/TX-Ultimate-Easy-ESPHome_core_hw_leds.yaml index 23a834b..64fa2be 100644 --- a/ESPHome/TX-Ultimate-Easy-ESPHome_core_hw_leds.yaml +++ b/ESPHome/TX-Ultimate-Easy-ESPHome_core_hw_leds.yaml @@ -599,7 +599,7 @@ script: attrs.brightness, attrs.red, attrs.green, attrs.blue); - id: light_attributes_save_dual - mode: parallel + mode: queued # To prevent two instances trying to change the same global parameters: light_ptr: light::LightState* attr_global_ptr: uint64_t*