mirror of
https://github.com/esphome/esphome.git
synced 2025-09-17 02:32:20 +01: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."
|
|
)
|