mirror of
https://github.com/Threnklyn/esphome-dev.git
synced 2026-05-19 04:33:27 +02:00
[micro_wake_word] Version 2 (#7032)
This commit is contained in:
@@ -10,6 +10,10 @@ microphone:
|
||||
pdm: true
|
||||
|
||||
micro_wake_word:
|
||||
model: hey_jarvis
|
||||
on_wake_word_detected:
|
||||
- logger.log: "Wake word detected"
|
||||
models:
|
||||
- model: hey_jarvis
|
||||
probability_cutoff: 0.7
|
||||
- model: okay_nabu
|
||||
sliding_window_size: 5
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
<<: !include common.yaml
|
||||
Reference in New Issue
Block a user