Skip to content

Commit

Permalink
Initial color for the LED Ring (HA Blue) (#157)
Browse files Browse the repository at this point in the history
  • Loading branch information
jlpouffier authored Oct 14, 2024
1 parent 41ab5f2 commit 953576c
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions home-assistant-voice.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -847,6 +847,11 @@ light:
icon: "mdi:circle-outline"
default_transition_length: 0ms
restore_mode: RESTORE_DEFAULT_OFF
initial_state:
color_mode: rgb
red: 9.4%
green: 73.3%
blue: 94.9%
segments:
- id: leds_internal
from: 7
Expand Down Expand Up @@ -971,9 +976,9 @@ script:
then:
- light.turn_on:
brightness: 100%
red: 0
green: 0
blue: 1.0
red: 9.4%
green: 73.3%
blue: 94.9%
id: voice_assistant_leds
effect: "Twinkle"
else:
Expand Down

0 comments on commit 953576c

Please sign in to comment.