Update TX-Ultimate-Easy-ESPHome_core.yaml

Solves #20

I will use this picture as a reference:

![LED numbers from Tasmota](https://templates.blakadder.com/assets/device_images/sonoff_tx_ultimate_T5-86MAIN-V1-0-7-20221108.webp)

Currently, when using a 3-gang device, the following LEDs are currently in use:

| Button/Relay | LED<br>Bottom | LED<br>Top |
| :--: | :--: | :--: |
| 1 | 12 | 22 |
| 2 | 10 | 24 |
| 3 | 8 | 26 |

I will change to the following:
| Button/Relay | LED<br>Bottom | LED<br>Top |
| :--: | :--: | :--: |
| 1 | 13 | 21 |
| 2 | 10 | 24 |
| 3 | 7 | 27 |
This commit is contained in:
Edward Firmo
2024-06-12 18:13:38 +02:00
parent 464394e15b
commit 55ede52dd2

View File

@@ -879,8 +879,8 @@ light:
default_transition_length: ${default_transition_length} default_transition_length: ${default_transition_length}
segments: segments:
- id: light_full - id: light_full
from: 11 from: 12
to: 11 to: 12
- id: light_eu_rl_1_3_top - id: light_eu_rl_1_3_top
name: Light - Relay 1 of 3 (top) name: Light - Relay 1 of 3 (top)
internal: true internal: true
@@ -888,8 +888,8 @@ light:
default_transition_length: ${default_transition_length} default_transition_length: ${default_transition_length}
segments: segments:
- id: light_full - id: light_full
from: 21 from: 20
to: 21 to: 20
- id: light_eu_rl_2_3_bottom - id: light_eu_rl_2_3_bottom
name: Light - Relay 2 of 3 (bottom) name: Light - Relay 2 of 3 (bottom)
internal: true internal: true
@@ -915,8 +915,8 @@ light:
default_transition_length: ${default_transition_length} default_transition_length: ${default_transition_length}
segments: segments:
- id: light_full - id: light_full
from: 7 from: 6
to: 7 to: 6
- id: light_eu_rl_3_3_top - id: light_eu_rl_3_3_top
name: Light - Relay 3 of 3 (top) name: Light - Relay 3 of 3 (top)
internal: true internal: true
@@ -924,8 +924,8 @@ light:
default_transition_length: ${default_transition_length} default_transition_length: ${default_transition_length}
segments: segments:
- id: light_full - id: light_full
from: 25 from: 26
to: 25 to: 26
- id: light_eu_rl_1_4_bottom - id: light_eu_rl_1_4_bottom
name: Light - Relay 1 of 4 (bottom) name: Light - Relay 1 of 4 (bottom)
internal: true internal: true