Skip to content

Commit

Permalink
Fix LED glitching (#308)
Browse files Browse the repository at this point in the history
* Fix LED glitching

* Add `max_refresh_rate`, too

---------

Co-authored-by: Kevin Ahrendt <[email protected]>
  • Loading branch information
kbx81 and kahrendt authored Feb 19, 2025
1 parent b3f07f0 commit ba4fca5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions home-assistant-voice.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@ esphome:
friendly_name: Home Assistant Voice
name_add_mac_suffix: true
min_version: 2025.2.0
platformio_options:
board_build.flash_mode: dio
on_boot:
priority: 375
then:
Expand Down Expand Up @@ -524,9 +522,11 @@ light:
- platform: esp32_rmt_led_strip
id: leds_internal
pin: GPIO21
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

Expand Down

0 comments on commit ba4fca5

Please sign in to comment.