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.
1 parent 1535035 commit 15c4997Copy full SHA for 15c4997
.github/workflows/build.yml
@@ -27,7 +27,7 @@ jobs:
27
yaml-files: |
28
Integrations/ESPHome/R_PRO-1_ETH.yaml
29
Integrations/ESPHome/R_PRO-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.6.18.1"
+ version: "25.8.6.1"
3
4
esp32:
5
board: esp32-s3-devkitc-1
0 commit comments