Initial support to addon_climate_dual
This commit is contained in:
@@ -6,7 +6,6 @@
|
||||
#####################################################################################################
|
||||
##### ATTENTION: This will add climate elements to the core system and requires the core part. #####
|
||||
#####################################################################################################
|
||||
|
||||
---
|
||||
substitutions:
|
||||
### Local thermostat defaults ###
|
||||
@@ -18,7 +17,6 @@ substitutions:
|
||||
|
||||
##### DO NOT CHANGE THIS #####
|
||||
addon_climate_cool: "true"
|
||||
addon_climate_heat: "false"
|
||||
##############################
|
||||
|
||||
climate:
|
||||
@@ -29,10 +27,10 @@ climate:
|
||||
- switch.turn_on: relay_${cooler_relay}
|
||||
preset:
|
||||
- name: "Off"
|
||||
default_target_temperature_high: ${temp_min} ${temp_units}
|
||||
default_target_temperature_high: ${temp_max} ${temp_units}
|
||||
mode: "off"
|
||||
- name: Home
|
||||
default_target_temperature_high: 21 ${temp_units}
|
||||
default_target_temperature_high: 24 ${temp_units}
|
||||
|
||||
packages:
|
||||
climate_base_package: !include advanced/esphome/nspanel_esphome_addon_climate_base.yaml
|
||||
|
||||
Reference in New Issue
Block a user