1
0
mirror of https://github.com/esphome/esphome.git synced 2025-09-01 19:02:18 +01:00

Consolidate test files where all tests are identical (#6690)

This commit is contained in:
Keith Burzinski
2024-05-07 14:33:37 -05:00
committed by GitHub
parent 829bfbdaa4
commit f6a3784eba
779 changed files with 3474 additions and 12186 deletions

View 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"

View File

@@ -1,15 +1 @@
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"
<<: !include common.yaml