mirror of
https://github.com/esphome/esphome.git
synced 2025-10-30 06:33:51 +00:00
Merge remote-tracking branch 'origin/dev' into nrf52_core
This commit is contained in:
@@ -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
|
||||
|
||||
1
tests/components/micro_wake_word/test.esp32-idf.yaml
Normal file
1
tests/components/micro_wake_word/test.esp32-idf.yaml
Normal file
@@ -0,0 +1 @@
|
||||
<<: !include common.yaml
|
||||
13
tests/components/uart/test.host.yaml
Normal file
13
tests/components/uart/test.host.yaml
Normal file
@@ -0,0 +1,13 @@
|
||||
esphome:
|
||||
on_boot:
|
||||
then:
|
||||
- uart.write: 'Hello World'
|
||||
- uart.write: [0x00, 0x20, 0x42]
|
||||
|
||||
uart:
|
||||
- id: uart_uart
|
||||
port: "/dev/ttyS0"
|
||||
baud_rate: 9600
|
||||
data_bits: 8
|
||||
parity: EVEN
|
||||
stop_bits: 2
|
||||
7
tests/components/wifi/common-eap.yaml
Normal file
7
tests/components/wifi/common-eap.yaml
Normal file
@@ -0,0 +1,7 @@
|
||||
wifi:
|
||||
networks:
|
||||
- ssid: MySSID
|
||||
eap:
|
||||
username: username
|
||||
password: password
|
||||
identity: identity
|
||||
@@ -1,7 +1 @@
|
||||
wifi:
|
||||
networks:
|
||||
- ssid: MySSID
|
||||
eap:
|
||||
username: username
|
||||
password: password
|
||||
identity: identity
|
||||
<<: !include common-eap.yaml
|
||||
|
||||
1
tests/components/wifi/test-eap.esp32-idf.yaml
Normal file
1
tests/components/wifi/test-eap.esp32-idf.yaml
Normal file
@@ -0,0 +1 @@
|
||||
<<: !include common-eap.yaml
|
||||
Reference in New Issue
Block a user