mirror of
https://github.com/esphome/home-assistant-addon.git
synced 2024-12-17 15:57:46 +01:00
Bump version to 2023.12.8
This commit is contained in:
parent
b6872556a6
commit
e1676695fc
@ -1,6 +1,5 @@
|
||||
## 2023.12.7
|
||||
## 2023.12.8
|
||||
|
||||
- Fix RMT timing clock base [esphome#6101](https://github.com/esphome/esphome/pull/6101) by [@majkrzak](https://github.com/majkrzak)
|
||||
- Create RingBuffer for VoiceAssistant [esphome#6102](https://github.com/esphome/esphome/pull/6102) by [@jesserockz](https://github.com/jesserockz)
|
||||
- Inkplate6: Fix crash with initial set of greyscale [esphome#6038](https://github.com/esphome/esphome/pull/6038) by [@clydebarrow](https://github.com/clydebarrow)
|
||||
- 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)
|
||||
|
||||
|
@ -32,7 +32,7 @@ backup_exclude:
|
||||
init: false
|
||||
startup: services
|
||||
name: ESPHome (beta)
|
||||
version: 2023.12.7
|
||||
version: 2023.12.8
|
||||
slug: esphome-beta
|
||||
description: Beta version of ESPHome add-on
|
||||
image: ghcr.io/esphome/esphome-hassio
|
||||
|
@ -1,6 +1,5 @@
|
||||
## 2023.12.7
|
||||
## 2023.12.8
|
||||
|
||||
- Fix RMT timing clock base [esphome#6101](https://github.com/esphome/esphome/pull/6101) by [@majkrzak](https://github.com/majkrzak)
|
||||
- Create RingBuffer for VoiceAssistant [esphome#6102](https://github.com/esphome/esphome/pull/6102) by [@jesserockz](https://github.com/jesserockz)
|
||||
- Inkplate6: Fix crash with initial set of greyscale [esphome#6038](https://github.com/esphome/esphome/pull/6038) by [@clydebarrow](https://github.com/clydebarrow)
|
||||
- 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)
|
||||
|
||||
|
@ -32,7 +32,7 @@ backup_exclude:
|
||||
init: false
|
||||
startup: services
|
||||
name: ESPHome
|
||||
version: 2023.12.7
|
||||
version: 2023.12.8
|
||||
slug: esphome
|
||||
description: ESPHome add-on for intelligently managing all your ESP8266/ESP32 devices
|
||||
image: ghcr.io/esphome/esphome-hassio
|
||||
|
@ -70,7 +70,7 @@ esphome-beta:
|
||||
<<: *base
|
||||
directory: esphome-beta
|
||||
name: ESPHome (beta)
|
||||
version: '2023.12.7' # 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.7' # 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
|
||||
|
Loading…
Reference in New Issue
Block a user