1
0
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:
Tomasz Duda
2024-07-11 10:32:04 +02:00
35 changed files with 1764 additions and 1395 deletions

View File

@@ -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

View File

@@ -0,0 +1 @@
<<: !include common.yaml

View 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

View File

@@ -0,0 +1,7 @@
wifi:
networks:
- ssid: MySSID
eap:
username: username
password: password
identity: identity

View File

@@ -1,7 +1 @@
wifi:
networks:
- ssid: MySSID
eap:
username: username
password: password
identity: identity
<<: !include common-eap.yaml

View File

@@ -0,0 +1 @@
<<: !include common-eap.yaml