Skip to content

Commit

Permalink
Merge pull request #2140 from Blackymas/beta
Browse files Browse the repository at this point in the history
v4.3.8 - Enhancements and Bug Fixes
  • Loading branch information
edwardtfn authored Jun 9, 2024
2 parents e667aa2 + 9364128 commit 8895eee
Show file tree
Hide file tree
Showing 58 changed files with 4,835 additions and 4,305 deletions.
29 changes: 28 additions & 1 deletion .github/workflows/validate_esphome.yml
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ jobs:
- name: Checkout repository
uses: actions/checkout@main

- name: Build Climate Dial Firmware
- name: Build Climate Dual Firmware
uses: barndawgie/build-action@v1.9.0
with:
yaml_file: ${{ matrix.yaml_file }}
Expand Down Expand Up @@ -324,6 +324,33 @@ jobs:
with:
yaml_file: ${{ matrix.yaml_file }}

build_cover:
name: Cover
needs:
- build_cores
runs-on: ubuntu-latest
strategy:
matrix:
include:
- id: idf_v4
base: idf_v4
yaml_file: ".test/esphome_idf_cover.yaml"
- id: idf_v5
base: idf_v5
yaml_file: ".test/esphome_idf5_cover.yaml"
- id: ard
base: ard
yaml_file: ".test/esphome_ard_cover.yaml"

steps:
- name: Checkout repository
uses: actions/checkout@main

- name: Build Cover Firmware
uses: barndawgie/build-action@v1.9.0
with:
yaml_file: ${{ matrix.yaml_file }}

build_prebuilt_firmware:
name: Prebuilt Firmware
runs-on: ubuntu-latest
Expand Down
Loading

0 comments on commit 8895eee

Please sign in to comment.