Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix LED glitching #308

Draft
wants to merge 2 commits into
base: dev
Choose a base branch
from
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 4 additions & 5 deletions home-assistant-voice.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -556,10 +554,11 @@ light:
- platform: esp32_rmt_led_strip
id: leds_internal
pin: GPIO21
rmt_channel: 1
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
Loading