mirror of
https://github.com/esphome/esphome.git
synced 2025-09-01 19:02:18 +01:00
[climate] Accept °K as intended (#8134)
This commit is contained in:
@@ -115,7 +115,7 @@ CONF_MAX_HUMIDITY = "max_humidity"
|
||||
CONF_TARGET_HUMIDITY = "target_humidity"
|
||||
|
||||
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)?"
|
||||
)
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user