diff --git a/.github/workflows/validate_esphome_beta.yml b/.github/workflows/validate_esphome_beta.yml index 320e7f7..94abc6d 100644 --- a/.github/workflows/validate_esphome_beta.yml +++ b/.github/workflows/validate_esphome_beta.yml @@ -109,18 +109,18 @@ jobs: yaml_file: "./.test/esphome_advanced_climate_cool_esp_idf.yaml" version: beta - 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" - version: beta + #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" + # version: beta build_climate_heat_advanced_customization: name: Customizations