Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ jobs:
id-token: write
pull-requests: write
with:
device-name: rpro-1
device-name: r_pro-1
yaml-files: |
Integrations/ESPHome/RPRO-1_ETH.yaml
Integrations/ESPHome/RPRO-1_W.yaml
Integrations/ESPHome/R_PRO-1_ETH.yaml
Integrations/ESPHome/R_PRO-1_W.yaml
firmware-names: "1_ETH:firmware-e,1_W:firmware-w"
core-yaml-path: Integrations/ESPHome/Core.yaml
esphome-version: stable
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,20 +16,20 @@ jobs:
uses: ApolloAutomation/Workflows/.github/workflows/label-check.yml@main

ci:
name: Building ${{ matrix.file }}
name: Building ${{ matrix.file }} / ESPHome ${{ matrix.esphome-version }}
runs-on: ubuntu-latest
strategy:
matrix:
file:
- Integrations/ESPHome/RPRO-1_ETH.yaml
- Integrations/ESPHome/RPRO-1_W.yaml
- Integrations/ESPHome/R_PRO-1_ETH.yaml
- Integrations/ESPHome/R_PRO-1_W.yaml
esphome-version:
- stable
- beta
- dev
steps:
- name: Checkout source code
uses: actions/checkout@v4.2.2
uses: actions/checkout@v5.0.0
- name: Build ESPHome firmware to verify configuration
uses: esphome/build-action@v7
with:
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/weekly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,20 +6,20 @@ on:

jobs:
build:
name: Building ${{ matrix.file }}
name: Building ${{ matrix.file }} / ESPHome ${{ matrix.esphome-version }}
runs-on: ubuntu-latest
strategy:
matrix:
file:
- Integrations/ESPHome/RPRO-1_ETH.yaml
- Integrations/ESPHome/RPRO-1_W.yaml
- Integrations/ESPHome/R_PRO-1_ETH.yaml
- Integrations/ESPHome/R_PRO-1_W.yaml
esphome-version:
- stable
- beta
- dev
steps:
- name: Checkout source code
uses: actions/checkout@v4.2.2
uses: actions/checkout@v5.0.0
- name: Build ESPHome firmware to verify configuration
uses: esphome/build-action@v7
with:
Expand Down
Loading
Loading