mirror of
https://github.com/esphome/esphome.git
synced 2026-02-18 15:35:59 -07:00
6 lines
154 B
Python
6 lines
154 B
Python
import esphome.config_validation as cv
|
|
|
|
CONFIG_SCHEMA = CONFIG_SCHEMA = cv.invalid(
|
|
"The ade7953 sensor component has been renamed to ade7953_i2c."
|
|
)
|