Merge remote-tracking branch 'upstream/fix-wifi-eap-rp2040-validation' into integration

This commit is contained in:
J. Nick Koston
2026-03-12 13:38:21 -10:00
+1
View File
@@ -166,6 +166,7 @@ TTLS_PHASE_2 = {
}
EAP_AUTH_SCHEMA = cv.All(
cv.only_on([Platform.ESP32, Platform.ESP8266]),
cv.Schema(
{
cv.Optional(CONF_IDENTITY): cv.string_strict,