1
0

Compare commits

...

6 Commits

5 changed files with 10 additions and 8 deletions

View File

@@ -1,4 +1,5 @@
## 2023.12.1
## 2023.12.8
- Fix replaced - in allowed characters during object_id sanitizing [esphome#5983](https://github.com/esphome/esphome/pull/5983) by [@jesserockz](https://github.com/jesserockz)
- Let show_*_page actions depend on "Display" [esphome#6092](https://github.com/esphome/esphome/pull/6092) by [@guillempages](https://github.com/guillempages)
- Fix some Voice Assistant bugs [esphome#6121](https://github.com/esphome/esphome/pull/6121) by [@jesserockz](https://github.com/jesserockz)

View File

@@ -32,7 +32,7 @@ backup_exclude:
init: false
startup: services
name: ESPHome (beta)
version: 2023.12.1
version: 2023.12.8
slug: esphome-beta
description: Beta version of ESPHome add-on
image: ghcr.io/esphome/esphome-hassio

View File

@@ -1,4 +1,5 @@
## 2023.12.1
## 2023.12.8
- Fix replaced - in allowed characters during object_id sanitizing [esphome#5983](https://github.com/esphome/esphome/pull/5983) by [@jesserockz](https://github.com/jesserockz)
- Let show_*_page actions depend on "Display" [esphome#6092](https://github.com/esphome/esphome/pull/6092) by [@guillempages](https://github.com/guillempages)
- Fix some Voice Assistant bugs [esphome#6121](https://github.com/esphome/esphome/pull/6121) by [@jesserockz](https://github.com/jesserockz)

View File

@@ -32,7 +32,7 @@ backup_exclude:
init: false
startup: services
name: ESPHome
version: 2023.12.1
version: 2023.12.8
slug: esphome
description: ESPHome add-on for intelligently managing all your ESP8266/ESP32 devices
image: ghcr.io/esphome/esphome-hassio

View File

@@ -70,7 +70,7 @@ esphome-beta:
<<: *base
directory: esphome-beta
name: ESPHome (beta)
version: '2023.12.1' # BETA
version: '2023.12.8' # BETA
slug: esphome-beta
description: "Beta version of ESPHome add-on"
url: https://beta.esphome.io/
@@ -84,7 +84,7 @@ esphome-stable:
<<: *base
directory: esphome
name: ESPHome
version: '2023.12.1' # STABLE
version: '2023.12.8' # STABLE
slug: esphome
description: "ESPHome add-on for intelligently managing all your ESP8266/ESP32 devices"
image: ghcr.io/esphome/esphome-hassio