Skip to content

Bump esphome from 2024.4.2 to 2024.5.0 #1

Bump esphome from 2024.4.2 to 2024.5.0

Bump esphome from 2024.4.2 to 2024.5.0 #1

Workflow file for this run

name: CI
on:
pull_request:
jobs:
ci:
name: Building ${{ matrix.file }}
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
file:
- argoclima-ir-esp32-evb.yml
- argoclima-ir-m5stack-atom.yml
- argoclima-ir-m5stack-atoms3.yml
steps:
- uses: actions/[email protected]
- name: Mock secrets.yaml from example
run: cp secrets.yaml.example secrets.yaml
- name: Build ESPHome firmware to verify configuration
uses: esphome/[email protected]
with:
yaml_file: ${{ matrix.file }}
cache: true