1
0
mirror of https://github.com/esphome/esphome.git synced 2025-10-28 05:33:53 +00:00
Files
esphome/esphome/components/xpt2046/__init__.py
2022-10-11 10:10:22 +13:00

6 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."
)