From be5f3b0db89f62a8802337ff98746b91ac70cef2 Mon Sep 17 00:00:00 2001 From: esphomebot Date: Tue, 17 Oct 2023 07:51:58 +0000 Subject: [PATCH] Bump version to 2023.10.0b3 --- esphome-beta/CHANGELOG.md | 13 +++++++------ esphome-beta/config.yaml | 2 +- template/addon_config.yaml | 2 +- 3 files changed, 9 insertions(+), 8 deletions(-) diff --git a/esphome-beta/CHANGELOG.md b/esphome-beta/CHANGELOG.md index 76c948e..dbe3093 100644 --- a/esphome-beta/CHANGELOG.md +++ b/esphome-beta/CHANGELOG.md @@ -1,8 +1,9 @@ -## 2023.10.0b2 +## 2023.10.0b3 -- Update htu21d.cpp, fix publishing of heater level [esphome#5520](https://github.com/esphome/esphome/pull/5520) by [@Nippey](https://github.com/Nippey) -- BD5758D - Add delays and ACKs [esphome#5524](https://github.com/esphome/esphome/pull/5524) by [@Cossid](https://github.com/Cossid) -- Update Improv BLE component [esphome#5518](https://github.com/esphome/esphome/pull/5518) by [@jesserockz](https://github.com/jesserockz) -- SM10BIT_BASE - Add delays and ACKs, clear all channels before sleeping. [esphome#5526](https://github.com/esphome/esphome/pull/5526) by [@Cossid](https://github.com/Cossid) -- BP1658CJ - Clear all channels before sleeping. [esphome#5525](https://github.com/esphome/esphome/pull/5525) by [@Cossid](https://github.com/Cossid) +- Prometheus fix for esp-idf and fix newlines [esphome#5536](https://github.com/esphome/esphome/pull/5536) by [@jesserockz](https://github.com/jesserockz) +- Make IPAddress's operator!= compare values, not memory addresses. [esphome#5537](https://github.com/esphome/esphome/pull/5537) by [@raineth](https://github.com/raineth) +- Add change i2c address and allow multi conf for TB6612FNG [esphome#5492](https://github.com/esphome/esphome/pull/5492) by [@max246](https://github.com/max246) +- Add stream start and end events [esphome#5545](https://github.com/esphome/esphome/pull/5545) by [@jesserockz](https://github.com/jesserockz) +- Fix esp32_improv authorizer with no binary sensors in config [esphome#5546](https://github.com/esphome/esphome/pull/5546) by [@jesserockz](https://github.com/jesserockz) +- More voice assistant fixes [esphome#5547](https://github.com/esphome/esphome/pull/5547) by [@jesserockz](https://github.com/jesserockz) diff --git a/esphome-beta/config.yaml b/esphome-beta/config.yaml index 94456ae..1a4a416 100644 --- a/esphome-beta/config.yaml +++ b/esphome-beta/config.yaml @@ -31,7 +31,7 @@ backup_exclude: - '*/*/' init: false name: ESPHome (beta) -version: 2023.10.0b2 +version: 2023.10.0b3 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 e282da3..7952d72 100644 --- a/template/addon_config.yaml +++ b/template/addon_config.yaml @@ -68,7 +68,7 @@ esphome-beta: <<: *base directory: esphome-beta name: ESPHome (beta) - version: '2023.10.0b2' # BETA + version: '2023.10.0b3' # BETA slug: esphome-beta description: "Beta version of ESPHome add-on" url: https://beta.esphome.io/