esphome/esphome/components/xpt2046/__init__.py

5 lines
151 B
Python

import esphome.config_validation as cv
CONFIG_SCHEMA = cv.invalid(
"This component sould now be used as platform of the Touchscreen component."
)