mirror of
https://github.com/Threnklyn/esphome-dev.git
synced 2026-05-21 13:33:27 +02: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"
|
|
)
|