mirror of
https://github.com/esphome/esphome.git
synced 2025-03-24 19:48:17 +00:00
7 lines
262 B
Python
7 lines
262 B
Python
import esphome.config_validation as cv
|
|
|
|
CONFIG_SCHEMA = 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"
|
|
)
|