Skip to content

Commit

Permalink
Merge pull request #241 from andrewjswan/ESPHome-2024.6
Browse files Browse the repository at this point in the history
  • Loading branch information
lubeda authored Jun 21, 2024
2 parents d2e4bdf + 4933044 commit cf33e93
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ jobs:
- name: Checkout source code
uses: actions/checkout@v3.3.0
- name: Build firmware
uses: esphome/build-action@v1.8.0
uses: esphome/build-action@v3
id: esphome-build
with:
yaml_file: ${{ matrix.firmware.file }}
version: latest
version: latest
5 changes: 3 additions & 2 deletions install/ulanzi-easy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,8 @@ sensor:
}
ota:
password: !secret ota_password
- platform: esphome
password: !secret ota_password

wifi:
ssid: !secret wifi_ssid
Expand Down Expand Up @@ -298,4 +299,4 @@ animation:

image:
- file: "1pixel.gif"
id: image_1p
id: image_1p
3 changes: 2 additions & 1 deletion tests/ulanzi-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,8 @@ sensor:
}
ota:
password: !secret ota_password
- platform: esphome
password: !secret ota_password

wifi:
ssid: !secret wifi_ssid
Expand Down

0 comments on commit cf33e93

Please sign in to comment.