mirror of
https://github.com/Threnklyn/esphome-dev.git
synced 2026-05-19 12:43:28 +02:00
8 lines
164 B
Python
8 lines
164 B
Python
import esphome.config_validation as cv
|
|
|
|
CODEOWNERS = ["@latonita"]
|
|
|
|
CONFIG_SCHEMA = cv.invalid(
|
|
"The ens160 sensor component has been renamed to ens160_i2c."
|
|
)
|