Skip to content

Commit 549bd8f

Browse files
Change File Names
1 parent 4bd8655 commit 549bd8f

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
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

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)