Improve wake word error issues
This commit is contained in:
parent
a0d9b877ea
commit
8c592b3a6b
@ -52,9 +52,6 @@ esphome:
|
|||||||
- delay: 2s
|
- delay: 2s
|
||||||
- switch.turn_on: use_wake_word
|
- switch.turn_on: use_wake_word
|
||||||
- delay: 2s
|
- delay: 2s
|
||||||
- switch.turn_off: use_wake_word
|
|
||||||
- delay: 2s
|
|
||||||
- switch.turn_on: use_wake_word
|
|
||||||
- light.turn_off:
|
- light.turn_off:
|
||||||
id: output_led
|
id: output_led
|
||||||
|
|
||||||
@ -136,6 +133,10 @@ voice_assistant:
|
|||||||
auto_gain: 31dBFS
|
auto_gain: 31dBFS
|
||||||
volume_multiplier: 4.0
|
volume_multiplier: 4.0
|
||||||
id: assist
|
id: assist
|
||||||
|
on_error:
|
||||||
|
- logger.log: "Voice Assistant encountered an error; restarting it"
|
||||||
|
- switch.turn_on: use_wake_word
|
||||||
|
- switch.turn_off: use_wake_word
|
||||||
on_wake_word_detected:
|
on_wake_word_detected:
|
||||||
- light.turn_off:
|
- light.turn_off:
|
||||||
id: output_led
|
id: output_led
|
||||||
|
Loading…
x
Reference in New Issue
Block a user