1
0

Compare commits

...

6 Commits

5 changed files with 14 additions and 18 deletions

View File

@@ -1,9 +1,7 @@
## 2023.9.3
## 2023.10.1
- 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)
- Fix voice_assistant without a speaker [esphome#5558](https://github.com/esphome/esphome/pull/5558) by [@jesserockz](https://github.com/jesserockz)
- esp32_improv add timeout [esphome#5556](https://github.com/esphome/esphome/pull/5556) by [@jesserockz](https://github.com/jesserockz)
- Create IPv4 sockets if ipv6 is not enabled [esphome#5565](https://github.com/esphome/esphome/pull/5565) by [@jesserockz](https://github.com/jesserockz)
- Incorrect ESP32 Strapping PIN Defined [esphome#5563](https://github.com/esphome/esphome/pull/5563) by [@descipher](https://github.com/descipher)

View File

@@ -31,7 +31,7 @@ backup_exclude:
- '*/*/'
init: false
name: ESPHome (beta)
version: 2023.9.3
version: 2023.10.1
slug: esphome-beta
description: Beta version of ESPHome add-on
image: ghcr.io/esphome/esphome-hassio

View File

@@ -1,9 +1,7 @@
## 2023.9.3
## 2023.10.1
- 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)
- Fix voice_assistant without a speaker [esphome#5558](https://github.com/esphome/esphome/pull/5558) by [@jesserockz](https://github.com/jesserockz)
- esp32_improv add timeout [esphome#5556](https://github.com/esphome/esphome/pull/5556) by [@jesserockz](https://github.com/jesserockz)
- Create IPv4 sockets if ipv6 is not enabled [esphome#5565](https://github.com/esphome/esphome/pull/5565) by [@jesserockz](https://github.com/jesserockz)
- Incorrect ESP32 Strapping PIN Defined [esphome#5563](https://github.com/esphome/esphome/pull/5563) by [@descipher](https://github.com/descipher)

View File

@@ -31,7 +31,7 @@ backup_exclude:
- '*/*/'
init: false
name: ESPHome
version: 2023.9.3
version: 2023.10.1
slug: esphome
description: ESPHome add-on for intelligently managing all your ESP8266/ESP32 devices
image: ghcr.io/esphome/esphome-hassio

View File

@@ -68,7 +68,7 @@ esphome-beta:
<<: *base
directory: esphome-beta
name: ESPHome (beta)
version: '2023.9.3' # BETA
version: '2023.10.1' # 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.3' # STABLE
version: '2023.10.1' # STABLE
slug: esphome
description: "ESPHome add-on for intelligently managing all your ESP8266/ESP32 devices"
image: ghcr.io/esphome/esphome-hassio