Skip to content

Commit 4bd8655

Browse files
Merge pull request #25 from ApolloAutomation/FixCI2
Fix URL For CI
2 parents aa265d1 + a8d35ef commit 4bd8655

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
id-token: write
2424
pull-requests: write
2525
with:
26-
device-name: r-pro-1
26+
device-name: r_pro-1
2727
yaml-files: |
2828
Integrations/ESPHome/R_PRO-1_ETH.yaml
2929
Integrations/ESPHome/R_PRO-1_W.yaml

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.11.1"
2+
version: "25.8.19.1"
33

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

Integrations/ESPHome/R_PRO-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-1/Integrations/ESPHome/R_PRO-1_W.yaml
26+
package_import_url: github://ApolloAutomation/R_PRO-1/Integrations/ESPHome/R_PRO-1_W.yaml
2727
import_full_config: false
2828

2929
ota:

0 commit comments

Comments
 (0)