From 61343b1157a9b64d2027d49645455da3ab9a995f Mon Sep 17 00:00:00 2001 From: esphomebot Date: Wed, 20 Mar 2024 04:33:23 +0000 Subject: [PATCH] Bump version to 2024.3.0b5 --- esphome-beta/CHANGELOG.md | 10 ++++------ esphome-beta/config.yaml | 2 +- template/addon_config.yaml | 2 +- 3 files changed, 6 insertions(+), 8 deletions(-) diff --git a/esphome-beta/CHANGELOG.md b/esphome-beta/CHANGELOG.md index 30e7c20..5fa43a6 100644 --- a/esphome-beta/CHANGELOG.md +++ b/esphome-beta/CHANGELOG.md @@ -1,8 +1,6 @@ -## 2024.3.0b4 +## 2024.3.0b5 -- Fix bug in `remote_base` conditional [esphome#6281](https://github.com/esphome/esphome/pull/6281) by [@swoboda1337](https://github.com/swoboda1337) -- Fix sending packets to uponor_smatrix devices [esphome#6392](https://github.com/esphome/esphome/pull/6392) by [@kroimon](https://github.com/kroimon) -- Fix wrong initialization of vectors in ade7953_i2c [esphome#6393](https://github.com/esphome/esphome/pull/6393) by [@kroimon](https://github.com/kroimon) -- ld2420: Firmware v1.5.4+ bug workaround [esphome#6168](https://github.com/esphome/esphome/pull/6168) by [@descipher](https://github.com/descipher) -- Require xsrf/csrf when using a password [esphome#6396](https://github.com/esphome/esphome/pull/6396) by [@jesserockz](https://github.com/jesserockz) +- AHT10: Use state machine to avoid blocking delay [esphome#6401](https://github.com/esphome/esphome/pull/6401) by [@clydebarrow](https://github.com/clydebarrow) +- Show component warnings and errors in the log; [esphome#6400](https://github.com/esphome/esphome/pull/6400) by [@clydebarrow](https://github.com/clydebarrow) +- web_server support for v3 [esphome#6203](https://github.com/esphome/esphome/pull/6203) by [@RFDarter](https://github.com/RFDarter) diff --git a/esphome-beta/config.yaml b/esphome-beta/config.yaml index 6cb6747..fa29566 100644 --- a/esphome-beta/config.yaml +++ b/esphome-beta/config.yaml @@ -32,7 +32,7 @@ backup_exclude: init: false startup: services name: ESPHome (beta) -version: 2024.3.0b4 +version: 2024.3.0b5 slug: esphome-beta description: Beta version of ESPHome add-on image: ghcr.io/esphome/esphome-hassio diff --git a/template/addon_config.yaml b/template/addon_config.yaml index 4d2863f..95e2978 100644 --- a/template/addon_config.yaml +++ b/template/addon_config.yaml @@ -70,7 +70,7 @@ esphome-beta: <<: *base directory: esphome-beta name: ESPHome (beta) - version: '2024.3.0b4' # BETA + version: '2024.3.0b5' # BETA slug: esphome-beta description: "Beta version of ESPHome add-on" url: https://beta.esphome.io/