mirror of
https://github.com/esphome/esphome.git
synced 2025-04-02 08:58:17 +01:00
4 lines
125 B
Python
4 lines
125 B
Python
import esphome.config_validation as cv
|
|
|
|
CONFIG_SCHEMA = cv.invalid("The qspi_amoled component has been renamed to qspi_dbi")
|