Merge branch 'main' of ssh://code.cubecraftcreations.com:2288/overseer/Home-Assistant
This commit is contained in:
@@ -150,6 +150,7 @@ micro_wake_word:
|
|||||||
- model: hey_jarvis
|
- model: hey_jarvis
|
||||||
on_wake_word_detected:
|
on_wake_word_detected:
|
||||||
- voice_assistant.start:
|
- voice_assistant.start:
|
||||||
|
wake_word: "Hey Jarvis"
|
||||||
- light.turn_on:
|
- light.turn_on:
|
||||||
id: led_ww
|
id: led_ww
|
||||||
red: 100%
|
red: 100%
|
||||||
@@ -162,6 +163,7 @@ voice_assistant:
|
|||||||
id: va
|
id: va
|
||||||
microphone: va_mic
|
microphone: va_mic
|
||||||
speaker: va_speaker
|
speaker: va_speaker
|
||||||
|
use_wake_word: false
|
||||||
noise_suppression_level: 2.0
|
noise_suppression_level: 2.0
|
||||||
auto_gain: 31dBFS
|
auto_gain: 31dBFS
|
||||||
volume_multiplier: 4.0
|
volume_multiplier: 4.0
|
||||||
@@ -178,11 +180,23 @@ voice_assistant:
|
|||||||
then:
|
then:
|
||||||
- light.turn_off: led_ww
|
- light.turn_off: led_ww
|
||||||
on_error:
|
on_error:
|
||||||
- micro_wake_word.start:
|
- light.turn_on:
|
||||||
|
id: led_ww
|
||||||
|
red: 100%
|
||||||
|
green: 0%
|
||||||
|
blue: 0%
|
||||||
|
brightness: 30%
|
||||||
|
effect: fast pulse
|
||||||
|
- delay: 1s
|
||||||
|
- light.turn_off: led_ww
|
||||||
on_end:
|
on_end:
|
||||||
then:
|
then:
|
||||||
- light.turn_off: led_ww
|
- light.turn_off: led_ww
|
||||||
- wait_until:
|
- wait_until:
|
||||||
not:
|
not:
|
||||||
voice_assistant.is_running:
|
voice_assistant.is_running:
|
||||||
|
- if:
|
||||||
|
condition:
|
||||||
|
switch.is_off: mute
|
||||||
|
then:
|
||||||
- micro_wake_word.start:
|
- micro_wake_word.start:
|
||||||
Reference in New Issue
Block a user