1
0
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:
Jesse Hills
2024-07-22 08:09:06 +12:00
committed by GitHub
parent 43b818f2b1
commit cfb20abb9f
4 changed files with 4 additions and 4 deletions

View File

@@ -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"
)