Skip to content

Commit

Permalink
added brightness atribute to volume change
Browse files Browse the repository at this point in the history
added this atribute to handle led switch between listening, or general, and the volume show phase.
Example Situation resolvment: Having the listen LED's sequence set to 0% that I don't have light in my bedroom for sleeping, but when chaning the Volume, no volume level is show. This resolved this issue for me.
  • Loading branch information
BloodyHellcat committed Jun 8, 2024
1 parent 9420441 commit 55e871e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions esphome/onju-voice-microwakeword.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -527,6 +527,7 @@ script:
then:
- light.turn_on:
id: top_led
brightness: 60%
effect: show_volume
- delay: 1s
- script.execute: reset_led
Expand Down

0 comments on commit 55e871e

Please sign in to comment.