Expand this to climate cool & dual
This commit is contained in:
@@ -10,8 +10,6 @@
|
||||
substitutions:
|
||||
### Local thermostat defaults ###
|
||||
temp_max: "25"
|
||||
heat_deadband: "0.5"
|
||||
heat_overrun: "0.5"
|
||||
|
||||
##### DO NOT CHANGE THIS #####
|
||||
addon_climate_heat: "true"
|
||||
@@ -21,8 +19,8 @@ climate:
|
||||
- id: !extend thermostat_embedded
|
||||
min_heating_off_time: ${min_off_time}s
|
||||
min_heating_run_time: ${min_run_time}s
|
||||
heat_deadband: ${heat_deadband}
|
||||
heat_overrun: ${heat_overrun}
|
||||
heat_deadband: ${heat_deadband} ${temp_units}
|
||||
heat_overrun: ${heat_overrun} ${temp_units}
|
||||
heat_action:
|
||||
- switch.turn_on: relay_${heater_relay}
|
||||
preset:
|
||||
|
||||
Reference in New Issue
Block a user