Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ESPhome 2024.6.1 Breaking Change: Update YAML File for OTA Fix #241

Merged
merged 3 commits into from
Jun 21, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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/[email protected]
- 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
Loading