From d4d44a5c0813658ce94d294224455a5a7c7f1e8d Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Mon, 10 Nov 2025 22:23:02 -0600 Subject: [PATCH 1/2] manual_ip test --- tests/components/wifi/test.esp32-idf.yaml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/tests/components/wifi/test.esp32-idf.yaml b/tests/components/wifi/test.esp32-idf.yaml index 91e235b9ce..6b3ef20963 100644 --- a/tests/components/wifi/test.esp32-idf.yaml +++ b/tests/components/wifi/test.esp32-idf.yaml @@ -2,6 +2,22 @@ psram: wifi: use_psram: true + min_auth_mode: WPA + manual_ip: + static_ip: 192.168.1.100 + gateway: 192.168.1.1 + subnet: 255.255.255.0 + dns1: 1.1.1.1 + dns2: 8.8.8.8 + ap: + ssid: Fallback AP + password: fallback_password + manual_ip: + static_ip: 192.168.4.1 + gateway: 192.168.4.1 + subnet: 255.255.255.0 + +captive_portal: packages: - !include common.yaml From 89abd9c817916c42f5a9d9d7065dc1e03f98dc40 Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Mon, 10 Nov 2025 22:24:22 -0600 Subject: [PATCH 2/2] fix conflict --- tests/components/wifi/test.esp32-idf.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/components/wifi/test.esp32-idf.yaml b/tests/components/wifi/test.esp32-idf.yaml index 6b3ef20963..fff2116e9c 100644 --- a/tests/components/wifi/test.esp32-idf.yaml +++ b/tests/components/wifi/test.esp32-idf.yaml @@ -2,7 +2,6 @@ psram: wifi: use_psram: true - min_auth_mode: WPA manual_ip: static_ip: 192.168.1.100 gateway: 192.168.1.1