mirror of
https://github.com/esphome/esphome.git
synced 2024-12-20 16:18:49 +01:00
Apply removed patch
This commit is contained in:
parent
96d30e28d4
commit
e4bbb56f6b
@ -24,7 +24,7 @@ def validate_calibration_parameter(value):
|
|||||||
return cv.Schema({
|
return cv.Schema({
|
||||||
cv.Required(CONF_TEMPERATURE): cv.float_,
|
cv.Required(CONF_TEMPERATURE): cv.float_,
|
||||||
cv.Required(CONF_VALUE): cv.float_,
|
cv.Required(CONF_VALUE): cv.float_,
|
||||||
})
|
})(value)
|
||||||
|
|
||||||
value = cv.string(value)
|
value = cv.string(value)
|
||||||
parts = value.split('->')
|
parts = value.split('->')
|
||||||
|
Loading…
Reference in New Issue
Block a user