Add support for toggling AudioReactive mode in WLED integration #1150
Replies: 3 comments 3 replies
-
|
🏷️ I've automatically added the |
Beta Was this translation helpful? Give feedback.
-
|
I am willing to implement this if the integration owner is open to such a change |
Beta Was this translation helpful? Give feedback.
-
|
came here to give a +1. Secondly a slider for the "GEQ Input level" would be really helpful as well. Edit: Since @mik-laj is willing to implement this, possibly @frenck can suggest on the next steps. |
Beta Was this translation helpful? Give feedback.

Uh oh!
There was an error while loading. Please reload this page.
-
Integration name
WLED
Link to integration documentation on our website
https://www.home-assistant.io/integrations/wled/
Describe the enhancement
Currently, the WLED integration in Home Assistant does not expose the ability to enable or disable the AudioReactive feature.
Since WLED v0.15+, AudioReactive is part of the WLED core and is enabled by default on supported devices. While previously available only as a usermod, it is now widely supported and standardized.
I propose adding an entity or service in the integration that allows toggling AudioReactive on/off.
Technical details:
info.u.AudioReactiveorstate.AudioReactivekeys.state.AudioReactive.on(boolean).{ "AudioReactive": { "enabled": true }, "v": true, "time": 1758988966 }Use cases
This enhancement would allow users to disable the AudioReactive functionality when not needed.
For privacy-conscious users, it is important not to have the microphone permanently active. With this integration, automations could be created to:
Anything else?
Beta Was this translation helpful? Give feedback.
All reactions