Skip to content

Commit

Permalink
move updated test configuration to common yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
kahrendt committed May 24, 2024
1 parent 4c96c74 commit 432b0c4
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion tests/components/micro_wake_word/common.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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_average_size: 5

0 comments on commit 432b0c4

Please sign in to comment.