mirror of
https://github.com/Threnklyn/esphome-dev.git
synced 2026-05-19 04:33:27 +02:00
6 lines
151 B
Python
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."
|
|
)
|