From 9e418077cbe881f42db6542a45c9e0269b61226a Mon Sep 17 00:00:00 2001 From: esphomebot Date: Tue, 2 May 2023 05:31:51 +0000 Subject: [PATCH] Bump version to 2023.4.3 --- esphome-beta/CHANGELOG.md | 8 +++----- esphome-beta/config.yaml | 2 +- esphome/CHANGELOG.md | 8 +++----- esphome/config.yaml | 2 +- template/addon_config.yaml | 4 ++-- 5 files changed, 10 insertions(+), 14 deletions(-) diff --git a/esphome-beta/CHANGELOG.md b/esphome-beta/CHANGELOG.md index 419781f..9e6b60a 100644 --- a/esphome-beta/CHANGELOG.md +++ b/esphome-beta/CHANGELOG.md @@ -1,7 +1,5 @@ -## 2023.4.2 +## 2023.4.3 -- I2c scan recovery reset fix [esphome#4724](https://github.com/esphome/esphome/pull/4724) by [@gcopeland](https://github.com/gcopeland) -- Debug component doesn't work on RP2040 [esphome#4728](https://github.com/esphome/esphome/pull/4728) by [@HeMan](https://github.com/HeMan) -- Only request VA port from first client that is subscribed [esphome#4747](https://github.com/esphome/esphome/pull/4747) by [@jesserockz](https://github.com/jesserockz) -- Don't allow fingerprint_grow enroll cancellation when no enrollment started [esphome#4745](https://github.com/esphome/esphome/pull/4745) by [@itpeters](https://github.com/itpeters) +- Fix sprinkler switch restore_mode [esphome#4756](https://github.com/esphome/esphome/pull/4756) by [@kbx81](https://github.com/kbx81) +- Fix i2s media player on devices with no internal DAC [esphome#4768](https://github.com/esphome/esphome/pull/4768) by [@jesserockz](https://github.com/jesserockz) diff --git a/esphome-beta/config.yaml b/esphome-beta/config.yaml index e56c703..cce55e4 100644 --- a/esphome-beta/config.yaml +++ b/esphome-beta/config.yaml @@ -32,7 +32,7 @@ backup_exclude: - '*/*/' init: false name: ESPHome (beta) -version: 2023.4.2 +version: 2023.4.3 slug: esphome-beta description: Beta version of ESPHome add-on image: ghcr.io/esphome/esphome-hassio diff --git a/esphome/CHANGELOG.md b/esphome/CHANGELOG.md index 419781f..9e6b60a 100644 --- a/esphome/CHANGELOG.md +++ b/esphome/CHANGELOG.md @@ -1,7 +1,5 @@ -## 2023.4.2 +## 2023.4.3 -- I2c scan recovery reset fix [esphome#4724](https://github.com/esphome/esphome/pull/4724) by [@gcopeland](https://github.com/gcopeland) -- Debug component doesn't work on RP2040 [esphome#4728](https://github.com/esphome/esphome/pull/4728) by [@HeMan](https://github.com/HeMan) -- Only request VA port from first client that is subscribed [esphome#4747](https://github.com/esphome/esphome/pull/4747) by [@jesserockz](https://github.com/jesserockz) -- Don't allow fingerprint_grow enroll cancellation when no enrollment started [esphome#4745](https://github.com/esphome/esphome/pull/4745) by [@itpeters](https://github.com/itpeters) +- Fix sprinkler switch restore_mode [esphome#4756](https://github.com/esphome/esphome/pull/4756) by [@kbx81](https://github.com/kbx81) +- Fix i2s media player on devices with no internal DAC [esphome#4768](https://github.com/esphome/esphome/pull/4768) by [@jesserockz](https://github.com/jesserockz) diff --git a/esphome/config.yaml b/esphome/config.yaml index 7a267de..ddd3388 100644 --- a/esphome/config.yaml +++ b/esphome/config.yaml @@ -32,7 +32,7 @@ backup_exclude: - '*/*/' init: false name: ESPHome -version: 2023.4.2 +version: 2023.4.3 slug: esphome description: ESPHome add-on for intelligently managing all your ESP8266/ESP32 devices image: ghcr.io/esphome/esphome-hassio diff --git a/template/addon_config.yaml b/template/addon_config.yaml index 86ea38e..24662c8 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.4.2' # BETA + version: '2023.4.3' # BETA slug: esphome-beta description: "Beta version of ESPHome add-on" url: https://beta.esphome.io/ @@ -84,7 +84,7 @@ esphome-stable: <<: *base directory: esphome name: ESPHome - version: '2023.4.2' # STABLE + version: '2023.4.3' # STABLE slug: esphome description: "ESPHome add-on for intelligently managing all your ESP8266/ESP32 devices" image: ghcr.io/esphome/esphome-hassio