mirror of
https://github.com/esphome/esphome.git
synced 2025-09-01 19:02:18 +01:00
Add micro_wake_word component (#6136)
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
This commit is contained in:
15
tests/components/micro_wake_word/test.esp32-s3-idf.yaml
Normal file
15
tests/components/micro_wake_word/test.esp32-s3-idf.yaml
Normal file
@@ -0,0 +1,15 @@
|
||||
i2s_audio:
|
||||
i2s_lrclk_pin: GPIO18
|
||||
i2s_bclk_pin: GPIO19
|
||||
|
||||
microphone:
|
||||
- platform: i2s_audio
|
||||
id: echo_microphone
|
||||
i2s_din_pin: GPIO17
|
||||
adc_type: external
|
||||
pdm: true
|
||||
|
||||
micro_wake_word:
|
||||
model: hey_jarvis
|
||||
on_wake_word_detected:
|
||||
- logger.log: "Wake word detected"
|
Reference in New Issue
Block a user