From 462b131cb6589ef9670ab69dbe55e712e10dd4c5 Mon Sep 17 00:00:00 2001 From: Edward Firmo <94725493+edwardtfn@users.noreply.github.com> Date: Wed, 6 Aug 2025 23:08:00 +0200 Subject: [PATCH] =?UTF-8?q?Fixes=20"Wrong=20selector=20referenced=20?= =?UTF-8?q?=E2=80=93=20US=20light-mode=20writes=20EU=20value"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ESPHome/TX-Ultimate-Easy-ESPHome_standard_hw_relays.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ESPHome/TX-Ultimate-Easy-ESPHome_standard_hw_relays.yaml b/ESPHome/TX-Ultimate-Easy-ESPHome_standard_hw_relays.yaml index 15e17fc..1d24dc5 100644 --- a/ESPHome/TX-Ultimate-Easy-ESPHome_standard_hw_relays.yaml +++ b/ESPHome/TX-Ultimate-Easy-ESPHome_standard_hw_relays.yaml @@ -1493,7 +1493,7 @@ select: on_value: - lambda: |- id(relay_light_modes_packed) = (id(relay_light_modes_packed) & ~(0x0F << 12)) | - ((id(sl_relay_4_light_mode_eu).active_index().value_or(1) & 0x0F) << 12); + ((id(sl_relay_4_light_mode_us).active_index().value_or(1) & 0x0F) << 12); - id: sl_relay_4_mode name: Relay 4 display mode