Drop support to idf v5
This commit is contained in:
22
.github/workflows/validate_esphome.yml
vendored
22
.github/workflows/validate_esphome.yml
vendored
@@ -105,17 +105,17 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
yaml_file: "./.test/esphome_advanced_climate_cool_esp_idf.yaml"
|
yaml_file: "./.test/esphome_advanced_climate_cool_esp_idf.yaml"
|
||||||
|
|
||||||
build_climate_cool_advanced_esp_idf5:
|
#build_climate_cool_advanced_esp_idf5:
|
||||||
name: esp-idf v5 & Bluetooth proxy
|
# name: esp-idf v5 & Bluetooth proxy
|
||||||
runs-on: "ubuntu-latest"
|
# runs-on: "ubuntu-latest"
|
||||||
needs:
|
# needs:
|
||||||
- build_climate_cool_advanced_esp_idf
|
# - build_climate_cool_advanced_esp_idf
|
||||||
steps:
|
# steps:
|
||||||
- uses: actions/checkout@v4.1.0
|
# - uses: actions/checkout@v4.1.0
|
||||||
- name: Build core+advanced+climate_cool+esp_idf5
|
# - name: Build core+advanced+climate_cool+esp_idf5
|
||||||
uses: esphome/build-action@v1.8.0
|
# uses: esphome/build-action@v1.8.0
|
||||||
with:
|
# with:
|
||||||
yaml_file: "./.test/esphome_advanced_climate_cool_esp_idf5.yaml"
|
# yaml_file: "./.test/esphome_advanced_climate_cool_esp_idf5.yaml"
|
||||||
|
|
||||||
build_climate_heat_advanced_customization:
|
build_climate_heat_advanced_customization:
|
||||||
name: Customizations
|
name: Customizations
|
||||||
|
|||||||
Reference in New Issue
Block a user