From 8a0fa6a9724224e58846a50c2f78abd571d3de03 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 Jun 2024 06:56:47 +0000 Subject: [PATCH 1/3] Bump esphome/build-action from 2.0.0 to 2.0.1 Bumps [esphome/build-action](https://github.com/esphome/build-action) from 2.0.0 to 2.0.1. - [Release notes](https://github.com/esphome/build-action/releases) - [Commits](https://github.com/esphome/build-action/compare/v2.0.0...v2.0.1) --- updated-dependencies: - dependency-name: esphome/build-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index aefa86d..5edace1 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -51,7 +51,7 @@ jobs: - name: Checkout source code uses: actions/checkout@v4 - name: Build firmware - uses: esphome/build-action@v2.0.0 + uses: esphome/build-action@v2.0.1 id: esphome-build with: yaml_file: ${{ matrix.firmware.file }} From 99b6915d959faf9ee82c3bea8673500e66c6a809 Mon Sep 17 00:00:00 2001 From: Wobbe <62996429+huizebruin@users.noreply.github.com> Date: Thu, 20 Jun 2024 17:10:14 +0200 Subject: [PATCH 2/3] Update basis.yaml --- esphome/components/basis.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/esphome/components/basis.yaml b/esphome/components/basis.yaml index 6a167e7..3a0ff7b 100644 --- a/esphome/components/basis.yaml +++ b/esphome/components/basis.yaml @@ -27,7 +27,7 @@ logger: ota: - platform: esphome - safe_mode: true + # safe_mode: true time: - platform: homeassistant id: time_homeassistant From 12eeb142dda9910187874feb21aaf8bcb9cb95f0 Mon Sep 17 00:00:00 2001 From: Wobbe <62996429+huizebruin@users.noreply.github.com> Date: Thu, 20 Jun 2024 18:47:32 +0200 Subject: [PATCH 3/3] Update build.yml --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 5edace1..084c9f2 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -51,7 +51,7 @@ jobs: - name: Checkout source code uses: actions/checkout@v4 - name: Build firmware - uses: esphome/build-action@v2.0.1 + uses: esphome/build-action@v3.0.0 id: esphome-build with: yaml_file: ${{ matrix.firmware.file }}