1
0
mirror of https://github.com/esphome/esphome.git synced 2025-10-30 14:43:51 +00:00
This commit is contained in:
J. Nick Koston
2025-10-10 00:47:07 -10:00
parent 29e76718e1
commit 387bb763f3
5 changed files with 5 additions and 9 deletions

View File

@@ -18,6 +18,7 @@ i2s_audio:
micro_wake_word:
id: mww_id
microphone: mic_id_external
on_wake_word_detected:
- voice_assistant.start:
wake_word: !lambda return wake_word;

View File

@@ -1,4 +1 @@
packages:
ble: !include ../../test_build_components/common/ble/esp32-ard.yaml
<<: !include common.yaml

View File

@@ -1,4 +1 @@
packages:
ble: !include ../../test_build_components/common/ble/esp32-c3-idf.yaml
<<: !include common.yaml

View File

@@ -1,4 +1 @@
packages:
ble: !include ../../test_build_components/common/ble/esp32-idf.yaml
<<: !include common.yaml