diff --git a/esphome-beta/CHANGELOG.md b/esphome-beta/CHANGELOG.md index 805d2dd..7fdaeb1 100644 --- a/esphome-beta/CHANGELOG.md +++ b/esphome-beta/CHANGELOG.md @@ -1,7 +1,9 @@ -## 2023.9.2 +## 2023.9.3 -- 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) +- Bump zeroconf from 0.112.0 to 0.115.0 [esphome#5432](https://github.com/esphome/esphome/pull/5432) by [@dependabot[bot]](https://github.com/apps/dependabot) +- add pin config for denky_d4 [esphome#5471](https://github.com/esphome/esphome/pull/5471) by [@alucryd](https://github.com/alucryd) +- Support RP2040 hardware SPI [esphome#5466](https://github.com/esphome/esphome/pull/5466) by [@clydebarrow](https://github.com/clydebarrow) +- Bump zeroconf from 0.115.0 to 0.115.1 [esphome#5470](https://github.com/esphome/esphome/pull/5470) by [@dependabot[bot]](https://github.com/apps/dependabot) +- Sleep mode fix for BP5758D driver [esphome#5461](https://github.com/esphome/esphome/pull/5461) by [@dwildstr](https://github.com/dwildstr) +- Tuya Number: split "multiply" to a separate option [esphome#5458](https://github.com/esphome/esphome/pull/5458) by [@paravoid](https://github.com/paravoid) diff --git a/esphome-beta/config.yaml b/esphome-beta/config.yaml index 199f3fa..8574b87 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.2 +version: 2023.9.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 805d2dd..7fdaeb1 100644 --- a/esphome/CHANGELOG.md +++ b/esphome/CHANGELOG.md @@ -1,7 +1,9 @@ -## 2023.9.2 +## 2023.9.3 -- 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) +- Bump zeroconf from 0.112.0 to 0.115.0 [esphome#5432](https://github.com/esphome/esphome/pull/5432) by [@dependabot[bot]](https://github.com/apps/dependabot) +- add pin config for denky_d4 [esphome#5471](https://github.com/esphome/esphome/pull/5471) by [@alucryd](https://github.com/alucryd) +- Support RP2040 hardware SPI [esphome#5466](https://github.com/esphome/esphome/pull/5466) by [@clydebarrow](https://github.com/clydebarrow) +- Bump zeroconf from 0.115.0 to 0.115.1 [esphome#5470](https://github.com/esphome/esphome/pull/5470) by [@dependabot[bot]](https://github.com/apps/dependabot) +- Sleep mode fix for BP5758D driver [esphome#5461](https://github.com/esphome/esphome/pull/5461) by [@dwildstr](https://github.com/dwildstr) +- Tuya Number: split "multiply" to a separate option [esphome#5458](https://github.com/esphome/esphome/pull/5458) by [@paravoid](https://github.com/paravoid) diff --git a/esphome/config.yaml b/esphome/config.yaml index 492e6da..6f06e7a 100644 --- a/esphome/config.yaml +++ b/esphome/config.yaml @@ -31,7 +31,7 @@ backup_exclude: - '*/*/' init: false name: ESPHome -version: 2023.9.2 +version: 2023.9.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 b513165..fa0338a 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.2' # BETA + version: '2023.9.3' # 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.2' # STABLE + version: '2023.9.3' # STABLE slug: esphome description: "ESPHome add-on for intelligently managing all your ESP8266/ESP32 devices" image: ghcr.io/esphome/esphome-hassio