Use climate defaults from HA

This commit is contained in:
Edward Firmo
2023-12-27 23:03:45 +01:00
parent 18abbaf506
commit 73fba3b449
3 changed files with 6 additions and 6 deletions

View File

@@ -16,8 +16,8 @@ substitutions:
min_run_time: "300"
min_idle_time: "30"
# https://esphome.io/components/climate/index.html#base-climate-configuration
temp_min: "5"
temp_max: "45"
temp_min: "7"
temp_max: "35"
temp_step: "0.5"
target_low: "18"
target_high: "24"