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:
J. Nick Koston
2026-03-05 10:57:44 -10:00
74 changed files with 865 additions and 209 deletions
+5
View File
@@ -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.
+2
View File
@@ -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