Initial support to addon_climate_dual

This commit is contained in:
Edward Firmo
2023-12-18 22:38:32 +01:00
parent e8e483a92a
commit 346897ac94
12 changed files with 75 additions and 18 deletions

View File

@@ -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