mirror of
https://github.com/Threnklyn/esphome-dev.git
synced 2026-05-20 21:13: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 bmp3xx sensor component has been renamed to bmp3xx_i2c."
|
|
)
|