Skip to content

Commit df5f5f6

Browse files
authored
Add min_auth_mode: WPA2 to wifi configuration (#138)
1 parent 2b4d224 commit df5f5f6

9 files changed

Lines changed: 9 additions & 0 deletions

esp32-ac-meter-example.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ external_components:
2525
wifi:
2626
ssid: !secret wifi_ssid
2727
password: !secret wifi_password
28+
min_auth_mode: WPA2
2829

2930
ota:
3031
platform: esphome

esp32-ble-scanner.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ esp32:
2020
wifi:
2121
ssid: !secret wifi_ssid
2222
password: !secret wifi_password
23+
min_auth_mode: WPA2
2324

2425
ota:
2526
platform: esphome

esp32-dc-meter-example-advanced-multiple-devices.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ external_components:
3333
wifi:
3434
ssid: !secret wifi_ssid
3535
password: !secret wifi_password
36+
min_auth_mode: WPA2
3637

3738
ota:
3839
platform: esphome

esp32-dc-meter-example.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ external_components:
2525
wifi:
2626
ssid: !secret wifi_ssid
2727
password: !secret wifi_password
28+
min_auth_mode: WPA2
2829

2930
ota:
3031
platform: esphome

esp32-usb-meter-example.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ external_components:
2525
wifi:
2626
ssid: !secret wifi_ssid
2727
password: !secret wifi_password
28+
min_auth_mode: WPA2
2829

2930
ota:
3031
platform: esphome

tests/esp32-atorch-dt3010.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ external_components:
2929
wifi:
3030
ssid: !secret wifi_ssid
3131
password: !secret wifi_password
32+
min_auth_mode: WPA2
3233

3334
ota:
3435
platform: esphome

tests/esp32-atorch-j7-c.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ external_components:
2626
wifi:
2727
ssid: !secret wifi_ssid
2828
password: !secret wifi_password
29+
min_auth_mode: WPA2
2930

3031
ota:
3132
platform: esphome

tests/esp32-atorch-s1.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ external_components:
2626
wifi:
2727
ssid: !secret wifi_ssid
2828
password: !secret wifi_password
29+
min_auth_mode: WPA2
2930

3031
ota:
3132
platform: esphome

tests/esp32c6-compatibility-test.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ external_components:
2222
wifi:
2323
ssid: !secret wifi_ssid
2424
password: !secret wifi_password
25+
min_auth_mode: WPA2
2526

2627
ota:
2728
platform: esphome

0 commit comments

Comments
 (0)