mirror of
https://github.com/esphome/esphome.git
synced 2025-09-09 14:52:20 +01:00
7 lines
246 B
Python
7 lines
246 B
Python
import esphome.config_validation as cv
|
|
|
|
CONFIG_SCHEMA = cv.invalid(
|
|
"The kalman_combinator sensor has moved.\nPlease use the combination platform instead with type: kalman.\n"
|
|
"See https://esphome.io/components/sensor/combination.html"
|
|
)
|