Compare commits
2 Commits
@@ -1,7 +1,4 @@
|
||||
## 2023.10.1
|
||||
## 2023.10.3
|
||||
|
||||
- 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)
|
||||
- Set IP address `type` only when IPv4 and IPv6 are both enabled [esphome#5595](https://github.com/esphome/esphome/pull/5595) by [@kbx81](https://github.com/kbx81)
|
||||
|
||||
|
||||
@@ -31,7 +31,7 @@ backup_exclude:
|
||||
- '*/*/'
|
||||
init: false
|
||||
name: ESPHome (beta)
|
||||
version: 2023.10.1
|
||||
version: 2023.10.3
|
||||
slug: esphome-beta
|
||||
description: Beta version of ESPHome add-on
|
||||
image: ghcr.io/esphome/esphome-hassio
|
||||
|
||||
@@ -1,7 +1,4 @@
|
||||
## 2023.10.1
|
||||
## 2023.10.3
|
||||
|
||||
- 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)
|
||||
- Set IP address `type` only when IPv4 and IPv6 are both enabled [esphome#5595](https://github.com/esphome/esphome/pull/5595) by [@kbx81](https://github.com/kbx81)
|
||||
|
||||
|
||||
@@ -31,7 +31,7 @@ backup_exclude:
|
||||
- '*/*/'
|
||||
init: false
|
||||
name: ESPHome
|
||||
version: 2023.10.1
|
||||
version: 2023.10.3
|
||||
slug: esphome
|
||||
description: ESPHome add-on for intelligently managing all your ESP8266/ESP32 devices
|
||||
image: ghcr.io/esphome/esphome-hassio
|
||||
|
||||
@@ -68,7 +68,7 @@ esphome-beta:
|
||||
<<: *base
|
||||
directory: esphome-beta
|
||||
name: ESPHome (beta)
|
||||
version: '2023.10.1' # BETA
|
||||
version: '2023.10.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.10.1' # STABLE
|
||||
version: '2023.10.3' # STABLE
|
||||
slug: esphome
|
||||
description: "ESPHome add-on for intelligently managing all your ESP8266/ESP32 devices"
|
||||
image: ghcr.io/esphome/esphome-hassio
|
||||
|
||||
Reference in New Issue
Block a user