mirror of
https://github.com/esphome/esphome.git
synced 2025-09-01 19:02:18 +01: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
|
||||
|
1
tests/components/micro_wake_word/test.esp32-idf.yaml
Normal file
1
tests/components/micro_wake_word/test.esp32-idf.yaml
Normal file
@@ -0,0 +1 @@
|
||||
<<: !include common.yaml
|
Reference in New Issue
Block a user