bugfix for embedded climate/cool functionality
This commit is contained in:
@@ -19,8 +19,8 @@ climate:
|
||||
- id: !extend thermostat_embedded
|
||||
min_cooling_off_time: ${min_off_time}s
|
||||
min_cooling_run_time: ${min_run_time}s
|
||||
cool_deadband: ${heat_deadband} ${temp_units}
|
||||
cool_overrun: ${heat_overrun} ${temp_units}
|
||||
cool_deadband: ${cool_deadband} ${temp_units}
|
||||
cool_overrun: ${coll_overrun} ${temp_units}
|
||||
cool_action:
|
||||
- switch.turn_on: relay_${cooler_relay}
|
||||
preset:
|
||||
|
||||
@@ -18,8 +18,8 @@ climate:
|
||||
min_heating_off_time: ${min_off_time}s
|
||||
min_cooling_run_time: ${min_run_time}s
|
||||
min_heating_run_time: ${min_run_time}s
|
||||
cool_deadband: ${heat_deadband} ${temp_units}
|
||||
cool_overrun: ${heat_overrun} ${temp_units}
|
||||
cool_deadband: ${cool_deadband} ${temp_units}
|
||||
cool_overrun: ${cool_overrun} ${temp_units}
|
||||
heat_deadband: ${heat_deadband} ${temp_units}
|
||||
heat_overrun: ${heat_overrun} ${temp_units}
|
||||
cool_action:
|
||||
|
||||
Reference in New Issue
Block a user