mirror of
https://github.com/esphome/esphome.git
synced 2025-03-14 06:38:17 +00: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."
|
|
)
|