From cf13631a9dddc670eaef3e369525fc29c930d585 Mon Sep 17 00:00:00 2001 From: esphomebot Date: Mon, 15 May 2023 01:08:21 +0000 Subject: [PATCH] Bump version to 2023.5.0b3 --- esphome-beta/CHANGELOG.md | 9 +++++---- esphome-beta/config.yaml | 2 +- template/addon_config.yaml | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) diff --git a/esphome-beta/CHANGELOG.md b/esphome-beta/CHANGELOG.md index 5012697..41e6c27 100644 --- a/esphome-beta/CHANGELOG.md +++ b/esphome-beta/CHANGELOG.md @@ -1,6 +1,7 @@ -## 2023.5.0b2 +## 2023.5.0b3 -- Fixed access point for ESP32 IDF platform [esphome#4784](https://github.com/esphome/esphome/pull/4784) by [@HeMan](https://github.com/HeMan) -- Remove AUTO_LOAD from apds9960 [esphome#4746](https://github.com/esphome/esphome/pull/4746) by [@jesserockz](https://github.com/jesserockz) -- Supposed to fix #4069, by changing the default value to 0s (timeunit … [esphome#4806](https://github.com/esphome/esphome/pull/4806) by [@Alex1602](https://github.com/Alex1602) +- Wording [esphome#4805](https://github.com/esphome/esphome/pull/4805) by [@fgsch](https://github.com/fgsch) +- Tuya: Prevent loop when setting colors on case-sensitive dps [esphome#4809](https://github.com/esphome/esphome/pull/4809) by [@richardhopton](https://github.com/richardhopton) +- Fix i2s media player volume control [esphome#4813](https://github.com/esphome/esphome/pull/4813) by [@jesserockz](https://github.com/jesserockz) +- Dont try stop if not actually started [esphome#4814](https://github.com/esphome/esphome/pull/4814) by [@jesserockz](https://github.com/jesserockz) diff --git a/esphome-beta/config.yaml b/esphome-beta/config.yaml index 3b75e08..08ee310 100644 --- a/esphome-beta/config.yaml +++ b/esphome-beta/config.yaml @@ -32,7 +32,7 @@ backup_exclude: - '*/*/' init: false name: ESPHome (beta) -version: 2023.5.0b2 +version: 2023.5.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 60aaf74..e43307c 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: '2023.5.0b2' # BETA + version: '2023.5.0b3' # BETA slug: esphome-beta description: "Beta version of ESPHome add-on" url: https://beta.esphome.io/