mirror of
https://github.com/esphome/esphome.git
synced 2024-12-02 11:44:13 +01:00
5 lines
151 B
Python
5 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."
|
|
)
|