From dc311af743f46e3b878c32e3fbe54893f85a4856 Mon Sep 17 00:00:00 2001 From: "Andrew J.Swan" Date: Fri, 21 Jun 2024 10:53:44 +0300 Subject: [PATCH 1/3] Update Build Actions for ESPHome 2024.6 --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 03667760..5b229c1c 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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 \ No newline at end of file + version: latest From 52f9940f8e41368c446949500aa12ebb49dac173 Mon Sep 17 00:00:00 2001 From: "Andrew J.Swan" Date: Fri, 21 Jun 2024 10:56:29 +0300 Subject: [PATCH 2/3] Update Test Configuration for ESPHome 2024.6 --- tests/ulanzi-test.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/ulanzi-test.yaml b/tests/ulanzi-test.yaml index 38d8da30..8397ef6f 100644 --- a/tests/ulanzi-test.yaml +++ b/tests/ulanzi-test.yaml @@ -148,7 +148,8 @@ sensor: } ota: - password: !secret ota_password + - platform: esphome + password: !secret ota_password wifi: ssid: !secret wifi_ssid From 49330447bc6f752350652390dd09e7a07b6fd0ca Mon Sep 17 00:00:00 2001 From: "Andrew J.Swan" Date: Fri, 21 Jun 2024 10:57:03 +0300 Subject: [PATCH 3/3] Update Sample Configuration for ESPHome 2024.6 --- install/ulanzi-easy.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/install/ulanzi-easy.yaml b/install/ulanzi-easy.yaml index 74833b2b..2b146336 100644 --- a/install/ulanzi-easy.yaml +++ b/install/ulanzi-easy.yaml @@ -161,7 +161,8 @@ sensor: } ota: - password: !secret ota_password + - platform: esphome + password: !secret ota_password wifi: ssid: !secret wifi_ssid @@ -298,4 +299,4 @@ animation: image: - file: "1pixel.gif" - id: image_1p \ No newline at end of file + id: image_1p