Skip to content

Commit df2659d

Browse files
Merge pull request #32 from ApolloAutomation/beta
New ESPHome LD2412 Component
2 parents 96a53d2 + 10d0451 commit df2659d

File tree

6 files changed

+155
-94
lines changed

6 files changed

+155
-94
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@ jobs:
2323
id-token: write
2424
pull-requests: write
2525
with:
26-
device-name: rpro-1
26+
device-name: r_pro-1
2727
yaml-files: |
28-
Integrations/ESPHome/RPRO-1_ETH.yaml
29-
Integrations/ESPHome/RPRO-1_W.yaml
28+
Integrations/ESPHome/R_PRO-1_ETH.yaml
29+
Integrations/ESPHome/R_PRO-1_W.yaml
3030
firmware-names: "1_ETH:firmware-e,1_W:firmware-w"
3131
core-yaml-path: Integrations/ESPHome/Core.yaml
3232
esphome-version: stable

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,20 +16,20 @@ jobs:
1616
uses: ApolloAutomation/Workflows/.github/workflows/label-check.yml@main
1717

1818
ci:
19-
name: Building ${{ matrix.file }}
19+
name: Building ${{ matrix.file }} / ESPHome ${{ matrix.esphome-version }}
2020
runs-on: ubuntu-latest
2121
strategy:
2222
matrix:
2323
file:
24-
- Integrations/ESPHome/RPRO-1_ETH.yaml
25-
- Integrations/ESPHome/RPRO-1_W.yaml
24+
- Integrations/ESPHome/R_PRO-1_ETH.yaml
25+
- Integrations/ESPHome/R_PRO-1_W.yaml
2626
esphome-version:
2727
- stable
2828
- beta
2929
- dev
3030
steps:
3131
- name: Checkout source code
32-
uses: actions/checkout@v4.2.2
32+
uses: actions/checkout@v5.0.0
3333
- name: Build ESPHome firmware to verify configuration
3434
uses: esphome/build-action@v7
3535
with:

.github/workflows/weekly.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,20 +6,20 @@ on:
66

77
jobs:
88
build:
9-
name: Building ${{ matrix.file }}
9+
name: Building ${{ matrix.file }} / ESPHome ${{ matrix.esphome-version }}
1010
runs-on: ubuntu-latest
1111
strategy:
1212
matrix:
1313
file:
14-
- Integrations/ESPHome/RPRO-1_ETH.yaml
15-
- Integrations/ESPHome/RPRO-1_W.yaml
14+
- Integrations/ESPHome/R_PRO-1_ETH.yaml
15+
- Integrations/ESPHome/R_PRO-1_W.yaml
1616
esphome-version:
1717
- stable
1818
- beta
1919
- dev
2020
steps:
2121
- name: Checkout source code
22-
uses: actions/checkout@v4.2.2
22+
uses: actions/checkout@v5.0.0
2323
- name: Build ESPHome firmware to verify configuration
2424
uses: esphome/build-action@v7
2525
with:

0 commit comments

Comments
 (0)