From bed060b3d33185702a6958c214efa7a045f5d5a2 Mon Sep 17 00:00:00 2001 From: Keith Burzinski Date: Thu, 23 Jan 2025 04:30:17 -0600 Subject: [PATCH 1/2] Fix LED glitching --- home-assistant-voice.yaml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/home-assistant-voice.yaml b/home-assistant-voice.yaml index d52dd8f8..5a2ace46 100644 --- a/home-assistant-voice.yaml +++ b/home-assistant-voice.yaml @@ -19,9 +19,7 @@ esphome: name: home-assistant-voice friendly_name: Home Assistant Voice name_add_mac_suffix: true - min_version: 2024.12.4 - platformio_options: - board_build.flash_mode: dio + min_version: 2025.2.0 on_boot: priority: 375 then: @@ -556,7 +554,7 @@ light: - platform: esp32_rmt_led_strip id: leds_internal pin: GPIO21 - rmt_channel: 1 + rmt_symbols: 192 num_leds: 12 rgb_order: GRB chipset: WS2812 From 3786cdcfa6c1949d45474a071117fc277fadea75 Mon Sep 17 00:00:00 2001 From: Keith Burzinski Date: Thu, 23 Jan 2025 05:30:22 -0600 Subject: [PATCH 2/2] Add `max_refresh_rate`, too --- home-assistant-voice.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/home-assistant-voice.yaml b/home-assistant-voice.yaml index 5a2ace46..03973b5e 100644 --- a/home-assistant-voice.yaml +++ b/home-assistant-voice.yaml @@ -554,10 +554,11 @@ light: - platform: esp32_rmt_led_strip id: leds_internal pin: GPIO21 - rmt_symbols: 192 + chipset: WS2812 + max_refresh_rate: 15ms num_leds: 12 rgb_order: GRB - chipset: WS2812 + rmt_symbols: 192 default_transition_length: 0ms power_supply: led_power