mirror of
https://github.com/esphome/esphome.git
synced 2026-05-18 01:32:27 +08:00
[qspi_dbi] Connect _validate to CONFIG_SCHEMA (#15563)
This commit is contained in:
@@ -154,6 +154,7 @@ CONFIG_SCHEMA = cv.All(
|
||||
upper=True,
|
||||
key=CONF_MODEL,
|
||||
),
|
||||
_validate,
|
||||
cv.only_on_esp32,
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user