From 55ede52dd270bb81cd7e787928884f22e2e3045f Mon Sep 17 00:00:00 2001
From: Edward Firmo <94725493+edwardtfn@users.noreply.github.com>
Date: Wed, 12 Jun 2024 18:13:38 +0200
Subject: [PATCH] Update TX-Ultimate-Easy-ESPHome_core.yaml
Solves #20
I will use this picture as a reference:

Currently, when using a 3-gang device, the following LEDs are currently in use:
| Button/Relay | LED
Bottom | LED
Top |
| :--: | :--: | :--: |
| 1 | 12 | 22 |
| 2 | 10 | 24 |
| 3 | 8 | 26 |
I will change to the following:
| Button/Relay | LED
Bottom | LED
Top |
| :--: | :--: | :--: |
| 1 | 13 | 21 |
| 2 | 10 | 24 |
| 3 | 7 | 27 |
---
ESPHome/TX-Ultimate-Easy-ESPHome_core.yaml | 16 ++++++++--------
1 file changed, 8 insertions(+), 8 deletions(-)
diff --git a/ESPHome/TX-Ultimate-Easy-ESPHome_core.yaml b/ESPHome/TX-Ultimate-Easy-ESPHome_core.yaml
index c14bc7e..db7a671 100644
--- a/ESPHome/TX-Ultimate-Easy-ESPHome_core.yaml
+++ b/ESPHome/TX-Ultimate-Easy-ESPHome_core.yaml
@@ -879,8 +879,8 @@ light:
default_transition_length: ${default_transition_length}
segments:
- id: light_full
- from: 11
- to: 11
+ from: 12
+ to: 12
- id: light_eu_rl_1_3_top
name: Light - Relay 1 of 3 (top)
internal: true
@@ -888,8 +888,8 @@ light:
default_transition_length: ${default_transition_length}
segments:
- id: light_full
- from: 21
- to: 21
+ from: 20
+ to: 20
- id: light_eu_rl_2_3_bottom
name: Light - Relay 2 of 3 (bottom)
internal: true
@@ -915,8 +915,8 @@ light:
default_transition_length: ${default_transition_length}
segments:
- id: light_full
- from: 7
- to: 7
+ from: 6
+ to: 6
- id: light_eu_rl_3_3_top
name: Light - Relay 3 of 3 (top)
internal: true
@@ -924,8 +924,8 @@ light:
default_transition_length: ${default_transition_length}
segments:
- id: light_full
- from: 25
- to: 25
+ from: 26
+ to: 26
- id: light_eu_rl_1_4_bottom
name: Light - Relay 1 of 4 (bottom)
internal: true