[qspi_dbi] Connect _validate to CONFIG_SCHEMA (#15563)

This commit is contained in:
Jonathan Swoboda
2026-04-08 15:45:43 -04:00
committed by GitHub
parent 4b8f99ed10
commit fb0033947c
+1
View File
@@ -154,6 +154,7 @@ CONFIG_SCHEMA = cv.All(
upper=True,
key=CONF_MODEL,
),
_validate,
cv.only_on_esp32,
)