From 02428c3553b0ee46c4c990d3e556312908af1b84 Mon Sep 17 00:00:00 2001 From: esphomebot Date: Mon, 2 Oct 2023 08:28:26 +0000 Subject: [PATCH] Bump version to 2023.9.2 --- 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, 14 insertions(+), 10 deletions(-) diff --git a/esphome-beta/CHANGELOG.md b/esphome-beta/CHANGELOG.md index d1d4b44..805d2dd 100644 --- a/esphome-beta/CHANGELOG.md +++ b/esphome-beta/CHANGELOG.md @@ -1,5 +1,7 @@ -## 2023.9.1 +## 2023.9.2 -- Tuya Number Scaling [esphome#5108](https://github.com/esphome/esphome/pull/5108) by [@InvncibiltyCloak](https://github.com/InvncibiltyCloak) -- Migrate dashboard json files to /data folder instead of wiping out [esphome#5441](https://github.com/esphome/esphome/pull/5441) by [@jesserockz](https://github.com/jesserockz) +- SPI fixes for buggy components [esphome#5446](https://github.com/esphome/esphome/pull/5446) by [@clydebarrow](https://github.com/clydebarrow) +- Fix an Issue with IR Remote Climate and Whirlpool protocol toggle [esphome#5447](https://github.com/esphome/esphome/pull/5447) by [@the-mentor](https://github.com/the-mentor) +- Fix SPI support for second bus on 2023.9.1 [esphome#5456](https://github.com/esphome/esphome/pull/5456) by [@angelnu](https://github.com/angelnu) +- Ensure esphome directory exists on addon startup [esphome#5464](https://github.com/esphome/esphome/pull/5464) by [@jesserockz](https://github.com/jesserockz) diff --git a/esphome-beta/config.yaml b/esphome-beta/config.yaml index 81990c7..199f3fa 100644 --- a/esphome-beta/config.yaml +++ b/esphome-beta/config.yaml @@ -31,7 +31,7 @@ backup_exclude: - '*/*/' init: false name: ESPHome (beta) -version: 2023.9.1 +version: 2023.9.2 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 d1d4b44..805d2dd 100644 --- a/esphome/CHANGELOG.md +++ b/esphome/CHANGELOG.md @@ -1,5 +1,7 @@ -## 2023.9.1 +## 2023.9.2 -- Tuya Number Scaling [esphome#5108](https://github.com/esphome/esphome/pull/5108) by [@InvncibiltyCloak](https://github.com/InvncibiltyCloak) -- Migrate dashboard json files to /data folder instead of wiping out [esphome#5441](https://github.com/esphome/esphome/pull/5441) by [@jesserockz](https://github.com/jesserockz) +- SPI fixes for buggy components [esphome#5446](https://github.com/esphome/esphome/pull/5446) by [@clydebarrow](https://github.com/clydebarrow) +- Fix an Issue with IR Remote Climate and Whirlpool protocol toggle [esphome#5447](https://github.com/esphome/esphome/pull/5447) by [@the-mentor](https://github.com/the-mentor) +- Fix SPI support for second bus on 2023.9.1 [esphome#5456](https://github.com/esphome/esphome/pull/5456) by [@angelnu](https://github.com/angelnu) +- Ensure esphome directory exists on addon startup [esphome#5464](https://github.com/esphome/esphome/pull/5464) by [@jesserockz](https://github.com/jesserockz) diff --git a/esphome/config.yaml b/esphome/config.yaml index 4bac302..492e6da 100644 --- a/esphome/config.yaml +++ b/esphome/config.yaml @@ -31,7 +31,7 @@ backup_exclude: - '*/*/' init: false name: ESPHome -version: 2023.9.1 +version: 2023.9.2 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 d80da20..b513165 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.9.1' # BETA + version: '2023.9.2' # 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.9.1' # STABLE + version: '2023.9.2' # STABLE slug: esphome description: "ESPHome add-on for intelligently managing all your ESP8266/ESP32 devices" image: ghcr.io/esphome/esphome-hassio