Readjust levels and brightnesses
This commit is contained in:
parent
25fa08e526
commit
24fd850bfa
@ -266,15 +266,15 @@ interval:
|
|||||||
- switch.is_on: use_wake_word
|
- switch.is_on: use_wake_word
|
||||||
- not: voice_assistant.is_running
|
- not: voice_assistant.is_running
|
||||||
then:
|
then:
|
||||||
- logger.log: "voice assistant state: not running"
|
- logger.log: "voice assistant not running; restarting"
|
||||||
- voice_assistant.start_continuous:
|
- voice_assistant.start_continuous:
|
||||||
|
|
||||||
voice_assistant:
|
voice_assistant:
|
||||||
microphone: mic
|
microphone: mic
|
||||||
use_wake_word: false
|
use_wake_word: false
|
||||||
noise_suppression_level: 1
|
noise_suppression_level: 0
|
||||||
auto_gain: 31dBFS
|
auto_gain: 31dBFS
|
||||||
volume_multiplier: 7.0
|
volume_multiplier: 3.0
|
||||||
id: assist
|
id: assist
|
||||||
on_error:
|
on_error:
|
||||||
- logger.log: "voice error"
|
- logger.log: "voice error"
|
||||||
@ -311,15 +311,24 @@ voice_assistant:
|
|||||||
id: output_led
|
id: output_led
|
||||||
- light.turn_on:
|
- light.turn_on:
|
||||||
id: output_led
|
id: output_led
|
||||||
|
brightness: 100%
|
||||||
red: 0
|
red: 0
|
||||||
green: 0
|
green: 0
|
||||||
blue: 1
|
blue: 1
|
||||||
on_listening:
|
on_listening:
|
||||||
- light.turn_on:
|
- light.turn_on:
|
||||||
id: output_led
|
id: output_led
|
||||||
|
brightness: 100%
|
||||||
red: 0
|
red: 0
|
||||||
green: 0
|
green: 0
|
||||||
blue: 1
|
blue: 1
|
||||||
|
on_stt_vad_end:
|
||||||
|
- light.turn_on:
|
||||||
|
id: output_led
|
||||||
|
brightness: 75%
|
||||||
|
red: 0
|
||||||
|
green: 1
|
||||||
|
blue: 1
|
||||||
on_stt_end:
|
on_stt_end:
|
||||||
- light.turn_off:
|
- light.turn_off:
|
||||||
id: output_led
|
id: output_led
|
||||||
@ -336,6 +345,7 @@ voice_assistant:
|
|||||||
- light.turn_on:
|
- light.turn_on:
|
||||||
id: output_led
|
id: output_led
|
||||||
effect: hold
|
effect: hold
|
||||||
|
brightness: 100%
|
||||||
red: 1
|
red: 1
|
||||||
green: 0
|
green: 0
|
||||||
blue: 0
|
blue: 0
|
||||||
@ -344,6 +354,7 @@ voice_assistant:
|
|||||||
- light.turn_on:
|
- light.turn_on:
|
||||||
id: output_led
|
id: output_led
|
||||||
effect: hold
|
effect: hold
|
||||||
|
brightness: 100%
|
||||||
red: 0
|
red: 0
|
||||||
green: 1
|
green: 1
|
||||||
blue: 0
|
blue: 0
|
||||||
@ -363,8 +374,8 @@ light:
|
|||||||
- state: true
|
- state: true
|
||||||
brightness: 50%
|
brightness: 50%
|
||||||
red: 100%
|
red: 100%
|
||||||
green: 100%
|
green: 90%
|
||||||
blue: 100%
|
blue: 90%
|
||||||
duration: 0.5s
|
duration: 0.5s
|
||||||
- state: false
|
- state: false
|
||||||
duration: 0.5s
|
duration: 0.5s
|
||||||
|
Loading…
x
Reference in New Issue
Block a user