1
0

Compare commits

...

4 Commits

5 changed files with 12 additions and 10 deletions

View File

@@ -1,5 +1,6 @@
## 2023.11.1
## 2023.11.5
- Add more VA triggers [esphome#5762](https://github.com/esphome/esphome/pull/5762) by [@kbx81](https://github.com/kbx81)
- Fix MY9231 flicker [esphome#5765](https://github.com/esphome/esphome/pull/5765) by [@Mat931](https://github.com/Mat931)
- Voice Assistant improvements [esphome#5827](https://github.com/esphome/esphome/pull/5827) by [@jesserockz](https://github.com/jesserockz)
- Fix missing include in remote_base [esphome#5843](https://github.com/esphome/esphome/pull/5843) by [@jesserockz](https://github.com/jesserockz)
- Add 'voice_assistant.connected' condition [esphome#5845](https://github.com/esphome/esphome/pull/5845) by [@jesserockz](https://github.com/jesserockz)

View File

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

View File

@@ -1,5 +1,6 @@
## 2023.11.1
## 2023.11.5
- Add more VA triggers [esphome#5762](https://github.com/esphome/esphome/pull/5762) by [@kbx81](https://github.com/kbx81)
- Fix MY9231 flicker [esphome#5765](https://github.com/esphome/esphome/pull/5765) by [@Mat931](https://github.com/Mat931)
- Voice Assistant improvements [esphome#5827](https://github.com/esphome/esphome/pull/5827) by [@jesserockz](https://github.com/jesserockz)
- Fix missing include in remote_base [esphome#5843](https://github.com/esphome/esphome/pull/5843) by [@jesserockz](https://github.com/jesserockz)
- Add 'voice_assistant.connected' condition [esphome#5845](https://github.com/esphome/esphome/pull/5845) by [@jesserockz](https://github.com/jesserockz)

View File

@@ -31,7 +31,7 @@ backup_exclude:
- '*/*/'
init: false
name: ESPHome
version: 2023.11.1
version: 2023.11.5
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.11.1' # BETA
version: '2023.11.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.11.1' # STABLE
version: '2023.11.5' # STABLE
slug: esphome
description: "ESPHome add-on for intelligently managing all your ESP8266/ESP32 devices"
image: ghcr.io/esphome/esphome-hassio