mirror of
https://github.com/esphome/esphome.git
synced 2025-10-12 23:03:46 +01:00
6 lines
136 B
Python
6 lines
136 B
Python
import esphome.config_validation as cv
|
|
|
|
CONFIG_SCHEMA = cv.invalid(
|
|
"The bmp280 sensor component has been renamed to bmp280_i2c."
|
|
)
|