From 1ad935a8f7d522e1264f32ba46a24326bcbe3c8c Mon Sep 17 00:00:00 2001 From: ha-elguano <116376335+ha-elguano@users.noreply.github.com> Date: Fri, 18 Jul 2025 20:25:00 -0700 Subject: [PATCH] Fixed number of LEDs to 1 1. Existing code has MSR-1 as having 3 LEDs in the strip. Corrected this to 1. 2. Proposing a default rmt_symbols value of 48. This is not strictly needed, but helps anyone adding a second LED strip from having to extend the "RGB Light" entity. 48 is the only real choice due to ESP32-C3's limit of 92 symbols, assignable in 48-symbol chunks (so it might as well be a default, as adding another RMT LED would require that one to be 48 as well). --- Integrations/ESPHome/Core.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Integrations/ESPHome/Core.yaml b/Integrations/ESPHome/Core.yaml index 11df89f..e96235b 100644 --- a/Integrations/ESPHome/Core.yaml +++ b/Integrations/ESPHome/Core.yaml @@ -1,5 +1,5 @@ substitutions: - version: "25.7.18.1" + version: "25.7.18.2" device_description: ${name} made by Apollo Automation - version ${version}. esp32: @@ -578,7 +578,8 @@ light: pin: GPIO3 default_transition_length: 0s chipset: WS2812 - num_leds: 3 + num_leds: 1 + rmt_symbols: 48 rgb_order: grb effects: - pulse: