From 0f68e1379f6f3a018e3d2f48dea2f617c0b0deec Mon Sep 17 00:00:00 2001 From: Roman Priesol Date: Wed, 6 May 2026 22:24:08 +0200 Subject: [PATCH] switch to specific OTA for esp32 devices with ethernet --- common/common_eth.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/common/common_eth.yaml b/common/common_eth.yaml index 93ef982..e5a726b 100644 --- a/common/common_eth.yaml +++ b/common/common_eth.yaml @@ -1,6 +1,6 @@ --- <<: !include api.yaml -<<: !include ota.yaml +<<: !include ota_esp32.yaml <<: !include logger_debug.yaml <<: !include ethernet.yaml @@ -22,4 +22,4 @@ text_sensor: - <<: !include text_sensor/ethernet_info.yaml network: - enable_ipv6: true \ No newline at end of file + enable_ipv6: true