mirror of
https://github.com/esphome/esphome.git
synced 2025-11-16 23:05:46 +00:00
8 lines
180 B
Python
8 lines
180 B
Python
import esphome.config_validation as cv
|
|
|
|
CODEOWNERS = ["@latonita"]
|
|
|
|
CONFIG_SCHEMA = CONFIG_SCHEMA = cv.invalid(
|
|
"The bmp3xx sensor component has been renamed to bmp3xx_i2c."
|
|
)
|