mirror of
https://github.com/esphome/esphome.git
synced 2026-09-24 05:24:14 +00:00
Merge remote-tracking branch 'upstream/dev' into integration
# Conflicts: # esphome/components/esphome/ota/ota_esphome.h # esphome/components/http_request/ota/ota_http_request.cpp # esphome/components/http_request/ota/ota_http_request.h # esphome/components/ota/ota_backend_factory.h # esphome/components/web_server/ota/ota_web_server.cpp # esphome/components/wifi/wifi_component.cpp
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
audio_file:
|
||||
- id: test_audio
|
||||
file:
|
||||
type: local
|
||||
path: $component_dir/test.wav
|
||||
@@ -0,0 +1 @@
|
||||
<<: !include common.yaml
|
||||
Binary file not shown.
@@ -1,3 +1,5 @@
|
||||
modbus:
|
||||
id: mod_bus1
|
||||
flow_control_pin: ${flow_control_pin}
|
||||
send_wait_time: 500ms
|
||||
turnaround_time: 100ms
|
||||
|
||||
@@ -1,3 +1,9 @@
|
||||
esp32:
|
||||
board: esp32-c6-devkitc-1
|
||||
framework:
|
||||
type: esp-idf
|
||||
log_level: DEBUG
|
||||
|
||||
network:
|
||||
enable_ipv6: true
|
||||
|
||||
|
||||
Reference in New Issue
Block a user