mirror of
https://github.com/Threnklyn/esphome-dev.git
synced 2026-05-21 05:23:27 +02:00
c7c0d97a5e
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
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."
|
|
)
|