mirror of
https://github.com/esphome/esphome.git
synced 2024-11-06 09:25:37 +01:00
e521662342
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
16 lines
282 B
YAML
16 lines
282 B
YAML
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"
|