mirror of
https://github.com/esphome/esphome.git
synced 2025-03-24 19:48:17 +00:00
6 lines
234 B
Python
6 lines
234 B
Python
import esphome.config_validation as cv
|
|
|
|
CONFIG_SCHEMA = cv.invalid(
|
|
'The "custom" component has been removed. Consider conversion to an external component.\nhttps://esphome.io/guides/contributing#a-note-about-custom-components'
|
|
)
|