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 855df11 commit ccc68a1Copy full SHA for ccc68a1
.github/workflows/build2.yml
@@ -1,3 +1,4 @@
1
+# https://github.com/esphome/esphome-project-template/blob/main/.github/workflows/publish-firmware.yml
2
name: Publish Firmware
3
4
on:
@@ -13,10 +14,9 @@ jobs:
13
14
with:
15
#### Modify below here to match your project ####
16
files: |
- ag-one.yaml
17
- ag-open-air-o-1pst.yaml
18
- project-template-esp32-s3.factory.yaml
19
- esphome-version: 2024.10.3
+ airgradient-one.yaml
+ airgradient-open-air-o-1pst.yaml
+ esphome-version: 2025.02.0
20
combined-name: project-template
21
#### Modify above here to match your project ####
22
0 commit comments