Change idf validation to climate cool

This commit is contained in:
Edward Firmo
2023-11-06 08:58:38 +01:00
parent e434667ad3
commit 5060947d16
2 changed files with 6 additions and 6 deletions

View File

@@ -90,15 +90,15 @@ jobs:
with:
yaml_file: "./.test/esphome_advanced_climate_heat.yaml"
build_climate_heat_advanced_arduino:
build_climate_cool_advanced_esp_idf:
name: esp-idf & Bluetooth proxy
runs-on: "ubuntu-latest"
needs:
- build_climate_heat
- build_climate_cool
- build_advanced
steps:
- uses: actions/checkout@v4.1.0
- name: Build core+advanced+climate_heat+esp_idf
- name: Build core+advanced+climate_cool+esp_idf
uses: esphome/build-action@v1.8.0
with:
yaml_file: "./.test/esphome_advanced_climate_heat_esp_idf.yaml"
yaml_file: "./.test/esphome_advanced_climate_cool_esp_idf.yaml"

View File

@@ -7,8 +7,8 @@ substitutions:
packages:
core_package: !include ../nspanel_esphome.yaml # Core package
advanced_package: !include ../nspanel_esphome_advanced.yaml
addon_climate_heat: !include ../nspanel_esphome_addon_climate_heat.yaml
#addon_climate_cold: !include ../nspanel_esphome_addon_climate_cold.yaml
#addon_climate_heat: !include ../nspanel_esphome_addon_climate_heat.yaml
addon_climate_cool: !include ../nspanel_esphome_addon_climate_cool.yaml
esp32:
framework: