From e2b4fa41868d8bc3d3de75cca50603ad3c6cf56c Mon Sep 17 00:00:00 2001 From: Edward Firmo <94725493+edwardtfn@users.noreply.github.com> Date: Tue, 30 Sep 2025 09:44:06 +0200 Subject: [PATCH] Do not turn light on when restoring state --- 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 21ed5af..a345ea6 100644 --- a/ESPHome/TX-Ultimate-Easy-ESPHome_core_hw_leds.yaml +++ b/ESPHome/TX-Ultimate-Easy-ESPHome_core_hw_leds.yaml @@ -781,7 +781,7 @@ script: return; } - auto call = light_ptr->turn_on(); + auto call = light_ptr->make_call(); call.set_effect(effect_index); call.perform();