esphome/esphome/components/xpt2046/binary_sensor.py

4 lines
117 B
Python
Raw Normal View History

import esphome.config_validation as cv
2022-02-17 22:39:59 +01:00
CONFIG_SCHEMA = cv.invalid("Rename this platform component to Touchscreen.")