1
0
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:
Kevin Ahrendt
2024-07-10 21:21:04 -04:00
committed by GitHub
parent 2da939c81c
commit 2873c6bbaf
11 changed files with 822 additions and 949 deletions

View File

@@ -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

View File

@@ -0,0 +1 @@
<<: !include common.yaml