mirror of
https://github.com/esphome/esphome.git
synced 2025-03-24 03:28:20 +00:00
4 lines
117 B
Python
4 lines
117 B
Python
import esphome.config_validation as cv
|
|
|
|
CONFIG_SCHEMA = cv.invalid("Rename this platform component to Touchscreen.")
|