mirror of
https://github.com/esphome/esphome.git
synced 2025-01-31 10:10:56 +00:00
[climate] Accept °K as intended (#8134)
This commit is contained in:
parent
67ccd0eb7f
commit
ba3e5e8ecb
@ -115,7 +115,7 @@ CONF_MAX_HUMIDITY = "max_humidity"
|
|||||||
CONF_TARGET_HUMIDITY = "target_humidity"
|
CONF_TARGET_HUMIDITY = "target_humidity"
|
||||||
|
|
||||||
visual_temperature = cv.float_with_unit(
|
visual_temperature = cv.float_with_unit(
|
||||||
"visual_temperature", "(°C|° C|°|C|° K|° K|K|°F|° F|F)?"
|
"visual_temperature", "(°C|° C|°|C|°K|° K|K|°F|° F|F)?"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user