1
0
mirror of https://github.com/esphome/esphome.git synced 2025-09-01 10:52:19 +01:00

[wifi] Fix EAP for IDF 5.1+, add test (#7061)

This commit is contained in:
Keith Burzinski
2024-07-10 23:21:24 -05:00
committed by GitHub
parent 08b8ab837a
commit 6e624ff797
5 changed files with 54 additions and 14 deletions

View File

@@ -0,0 +1,7 @@
wifi:
networks:
- ssid: MySSID
eap:
username: username
password: password
identity: identity

View File

@@ -1,7 +1 @@
wifi:
networks:
- ssid: MySSID
eap:
username: username
password: password
identity: identity
<<: !include common-eap.yaml

View File

@@ -0,0 +1 @@
<<: !include common-eap.yaml