We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f435ce5 + 41609b0 commit 96a53d2Copy full SHA for 96a53d2
.github/workflows/build.yml
@@ -23,11 +23,11 @@ jobs:
23
id-token: write
24
pull-requests: write
25
with:
26
- device-name: r_pro-1
+ device-name: rpro-1
27
yaml-files: |
28
Integrations/ESPHome/RPRO-1_ETH.yaml
29
Integrations/ESPHome/RPRO-1_W.yaml
30
- firmware-names: "ETH:firmware-e,W:firmware-w"
+ firmware-names: "1_ETH:firmware-e,1_W:firmware-w"
31
core-yaml-path: Integrations/ESPHome/Core.yaml
32
esphome-version: stable
33
# Bypass check if manually triggered with bypass option
Integrations/ESPHome/Core.yaml
@@ -1,5 +1,5 @@
1
substitutions:
2
- version: "25.8.20.1"
+ version: "25.8.20.2"
3
4
esp32:
5
board: esp32-s3-devkitc-1
0 commit comments