From bc677e6c21101f968efa2bd6d2c2094ee2248bd8 Mon Sep 17 00:00:00 2001 From: Edward Firmo <94725493+edwardtfn@users.noreply.github.com> Date: Thu, 30 Nov 2023 11:17:26 +0100 Subject: [PATCH] Drop support to idf v5 --- .github/workflows/validate_esphome.yml | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/.github/workflows/validate_esphome.yml b/.github/workflows/validate_esphome.yml index 8cfd1b4..a8fdb38 100644 --- a/.github/workflows/validate_esphome.yml +++ b/.github/workflows/validate_esphome.yml @@ -105,17 +105,17 @@ jobs: with: yaml_file: "./.test/esphome_advanced_climate_cool_esp_idf.yaml" - build_climate_cool_advanced_esp_idf5: - name: esp-idf v5 & Bluetooth proxy - runs-on: "ubuntu-latest" - needs: - - build_climate_cool_advanced_esp_idf - steps: - - uses: actions/checkout@v4.1.0 - - name: Build core+advanced+climate_cool+esp_idf5 - uses: esphome/build-action@v1.8.0 - with: - yaml_file: "./.test/esphome_advanced_climate_cool_esp_idf5.yaml" + #build_climate_cool_advanced_esp_idf5: + # name: esp-idf v5 & Bluetooth proxy + # runs-on: "ubuntu-latest" + # needs: + # - build_climate_cool_advanced_esp_idf + # steps: + # - uses: actions/checkout@v4.1.0 + # - name: Build core+advanced+climate_cool+esp_idf5 + # uses: esphome/build-action@v1.8.0 + # with: + # yaml_file: "./.test/esphome_advanced_climate_cool_esp_idf5.yaml" build_climate_heat_advanced_customization: name: Customizations