1
0
mirror of https://github.com/esphome/esphome.git synced 2025-03-29 05:58:19 +00:00
2025-01-22 12:56:51 +13:00

8 lines
253 B
Python

import esphome.config_validation as cv
MULTI_CONF = True
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'
)