From cc6c91f5431562da2bc81699f83c45f575738327 Mon Sep 17 00:00:00 2001 From: esphomebot Date: Wed, 1 Nov 2023 01:10:17 +0000 Subject: [PATCH] Bump version to 2023.10.5 --- esphome-beta/CHANGELOG.md | 11 ++++++----- esphome-beta/config.yaml | 2 +- esphome/CHANGELOG.md | 11 ++++++----- esphome/config.yaml | 2 +- template/addon_config.yaml | 4 ++-- 5 files changed, 16 insertions(+), 14 deletions(-) diff --git a/esphome-beta/CHANGELOG.md b/esphome-beta/CHANGELOG.md index 4a4464b..ab53f43 100644 --- a/esphome-beta/CHANGELOG.md +++ b/esphome-beta/CHANGELOG.md @@ -1,6 +1,7 @@ -## 2023.10.4 +## 2023.10.5 + +- Add connection triggers to api [esphome#5628](https://github.com/esphome/esphome/pull/5628) by [@jesserockz](https://github.com/jesserockz) +- Add on_client_connected and disconnected to voice assistant [esphome#5629](https://github.com/esphome/esphome/pull/5629) by [@jesserockz](https://github.com/jesserockz) +- Ensure that all uses of strncpy in wifi component are safe. [esphome#5636](https://github.com/esphome/esphome/pull/5636) by [@kpfleming](https://github.com/kpfleming) +- Remove some explicit IPAddress casts [esphome#5639](https://github.com/esphome/esphome/pull/5639) by [@HeMan](https://github.com/HeMan) -- Update current_based_cover bugfix [esphome#5587](https://github.com/esphome/esphome/pull/5587) by [@rogerbusser](https://github.com/rogerbusser) -- Fixes ip include on arduino 2.7.4 [esphome#5620](https://github.com/esphome/esphome/pull/5620) by [@HeMan](https://github.com/HeMan) -- Fix bug when requesting italic gfonts [esphome#5623](https://github.com/esphome/esphome/pull/5623) by [@dewet22](https://github.com/dewet22) -- Handle enum type in tuya text_sensor [esphome#5626](https://github.com/esphome/esphome/pull/5626) by [@jesserockz](https://github.com/jesserockz) diff --git a/esphome-beta/config.yaml b/esphome-beta/config.yaml index 9539de1..d443004 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.4 +version: 2023.10.5 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 4a4464b..ab53f43 100644 --- a/esphome/CHANGELOG.md +++ b/esphome/CHANGELOG.md @@ -1,6 +1,7 @@ -## 2023.10.4 +## 2023.10.5 + +- Add connection triggers to api [esphome#5628](https://github.com/esphome/esphome/pull/5628) by [@jesserockz](https://github.com/jesserockz) +- Add on_client_connected and disconnected to voice assistant [esphome#5629](https://github.com/esphome/esphome/pull/5629) by [@jesserockz](https://github.com/jesserockz) +- Ensure that all uses of strncpy in wifi component are safe. [esphome#5636](https://github.com/esphome/esphome/pull/5636) by [@kpfleming](https://github.com/kpfleming) +- Remove some explicit IPAddress casts [esphome#5639](https://github.com/esphome/esphome/pull/5639) by [@HeMan](https://github.com/HeMan) -- Update current_based_cover bugfix [esphome#5587](https://github.com/esphome/esphome/pull/5587) by [@rogerbusser](https://github.com/rogerbusser) -- Fixes ip include on arduino 2.7.4 [esphome#5620](https://github.com/esphome/esphome/pull/5620) by [@HeMan](https://github.com/HeMan) -- Fix bug when requesting italic gfonts [esphome#5623](https://github.com/esphome/esphome/pull/5623) by [@dewet22](https://github.com/dewet22) -- Handle enum type in tuya text_sensor [esphome#5626](https://github.com/esphome/esphome/pull/5626) by [@jesserockz](https://github.com/jesserockz) diff --git a/esphome/config.yaml b/esphome/config.yaml index 147a642..0573bd7 100644 --- a/esphome/config.yaml +++ b/esphome/config.yaml @@ -31,7 +31,7 @@ backup_exclude: - '*/*/' init: false name: ESPHome -version: 2023.10.4 +version: 2023.10.5 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 ed0e3e5..b52cc45 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.4' # BETA + version: '2023.10.5' # BETA slug: esphome-beta description: "Beta version of ESPHome add-on" url: https://beta.esphome.io/ @@ -82,7 +82,7 @@ esphome-stable: <<: *base directory: esphome name: ESPHome - version: '2023.10.4' # STABLE + version: '2023.10.5' # STABLE slug: esphome description: "ESPHome add-on for intelligently managing all your ESP8266/ESP32 devices" image: ghcr.io/esphome/esphome-hassio