Files
esphome/esphome/components/bmp581/sensor.py
Daniel Kent 9fddd0659e [bmp581] Split into bmp581_base and bmp581_i2c (#12485)
Co-authored-by: Keith Burzinski <kbx81x@gmail.com>
2026-01-23 19:28:14 -06:00

6 lines
136 B
Python

import esphome.config_validation as cv
CONFIG_SCHEMA = cv.invalid(
"The bmp581 sensor component has been renamed to bmp581_i2c."
)