1
0
mirror of https://github.com/esphome/esphome.git synced 2025-11-17 07:15:48 +00:00
Files
esphome/esphome/components/xpt2046/binary_sensor.py
2022-10-11 10:10:22 +13:00

4 lines
117 B
Python

import esphome.config_validation as cv
CONFIG_SCHEMA = cv.invalid("Rename this platform component to Touchscreen.")