mirror of
https://github.com/esphome/esphome.git
synced 2025-09-17 18:52:19 +01:00
[code-quality] Tidy up some duplicate CONFIG_SCHEMA assignments (#7106)
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import esphome.config_validation as cv
|
||||
|
||||
CONFIG_SCHEMA = CONFIG_SCHEMA = cv.invalid(
|
||||
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"
|
||||
)
|
||||
|
Reference in New Issue
Block a user