Skip to content

Commit f96e7be

Browse files
Merge pull request #26 from ApolloAutomation/FixCI3
Change File Names
2 parents 4bd8655 + 84dda4b commit f96e7be

File tree

6 files changed

+10
-10
lines changed

6 files changed

+10
-10
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@ jobs:
2525
with:
2626
device-name: r_pro-1
2727
yaml-files: |
28-
Integrations/ESPHome/R_PRO-1_ETH.yaml
29-
Integrations/ESPHome/R_PRO-1_W.yaml
30-
firmware-names: "1_ETH:firmware-e,1_W:firmware-w"
28+
Integrations/ESPHome/RPRO-1_ETH.yaml
29+
Integrations/ESPHome/RPRO-1_W.yaml
30+
firmware-names: "ETH:firmware-e,W:firmware-w"
3131
core-yaml-path: Integrations/ESPHome/Core.yaml
3232
esphome-version: stable
3333
# Bypass check if manually triggered with bypass option

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ jobs:
2121
strategy:
2222
matrix:
2323
file:
24-
- Integrations/ESPHome/R_PRO-1_ETH.yaml
25-
- Integrations/ESPHome/R_PRO-1_W.yaml
24+
- Integrations/ESPHome/RPRO-1_ETH.yaml
25+
- Integrations/ESPHome/RPRO-1_W.yaml
2626
esphome-version:
2727
- stable
2828
- beta

.github/workflows/weekly.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ jobs:
1111
strategy:
1212
matrix:
1313
file:
14-
- Integrations/ESPHome/R_PRO-1_ETH.yaml
15-
- Integrations/ESPHome/R_PRO-1_W.yaml
14+
- Integrations/ESPHome/RPRO-1_ETH.yaml
15+
- Integrations/ESPHome/RPRO-1_W.yaml
1616
esphome-version:
1717
- stable
1818
- beta

Integrations/ESPHome/Core.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
substitutions:
2-
version: "25.8.19.1"
2+
version: "25.8.19.2"
33

44
esp32:
55
board: esp32-s3-devkitc-1

Integrations/ESPHome/R_PRO-1_ETH.yaml renamed to Integrations/ESPHome/RPRO-1_ETH.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ esphome:
2222
- lambda: "id(testScript).execute();"
2323

2424
dashboard_import:
25-
package_import_url: github://ApolloAutomation/R_PRO-1/Integrations/ESPHome/R_PRO-1_ETH.yaml
25+
package_import_url: github://ApolloAutomation/R_PRO-1/Integrations/ESPHome/RPRO-1_ETH.yaml
2626
import_full_config: false
2727

2828
ota:

Integrations/ESPHome/R_PRO-1_W.yaml renamed to Integrations/ESPHome/RPRO-1_W.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ esphome:
2323
- lambda: "id(testScript).execute();"
2424

2525
dashboard_import:
26-
package_import_url: github://ApolloAutomation/R_PRO-1/Integrations/ESPHome/R_PRO-1_W.yaml
26+
package_import_url: github://ApolloAutomation/R_PRO-1/Integrations/ESPHome/RPRO-1_W.yaml
2727
import_full_config: false
2828

2929
ota:

0 commit comments

Comments
 (0)