Bump version to 2023.12.6

This commit is contained in:
esphomebot 2024-01-15 15:45:33 +00:00
parent 3cf5652145
commit cd0ec8e0e3
5 changed files with 22 additions and 8 deletions

View File

@ -1,4 +1,11 @@
## 2023.12.5
## 2023.12.6
- Fix docker builds [esphome#6012](https://github.com/esphome/esphome/pull/6012) by [@bdraco](https://github.com/bdraco)
- Fix device not requesting Home Assistant time at the update interval [esphome#6022](https://github.com/esphome/esphome/pull/6022) by [@bdraco](https://github.com/bdraco)
- fix compilation error for libretiny [esphome#6064](https://github.com/esphome/esphome/pull/6064) by [@tomaszduda23](https://github.com/tomaszduda23)
- pylontech: Fix parsing error with US2000 [esphome#6061](https://github.com/esphome/esphome/pull/6061) by [@functionpointer](https://github.com/functionpointer)
- Support full (>460 char) dumps of Pronto IR commands [esphome#6040](https://github.com/esphome/esphome/pull/6040) by [@rpaskowitz](https://github.com/rpaskowitz)
- ESP32-C3 USB_CDC fixes [esphome#6069](https://github.com/esphome/esphome/pull/6069) by [@kbx81](https://github.com/kbx81)
- Improv Serial -- don't wait for incoming bytes [esphome#6089](https://github.com/esphome/esphome/pull/6089) by [@kbx81](https://github.com/kbx81)
- add STATE_CLASS_TOTAL_INCREASING to bl0940 and bl0942 [esphome#6090](https://github.com/esphome/esphome/pull/6090) by [@tomaszduda23](https://github.com/tomaszduda23)
- Fallback to pure-python loader for better error when YAML loading fails [esphome#6081](https://github.com/esphome/esphome/pull/6081) by [@bdraco](https://github.com/bdraco)

View File

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

View File

@ -1,4 +1,11 @@
## 2023.12.5
## 2023.12.6
- Fix docker builds [esphome#6012](https://github.com/esphome/esphome/pull/6012) by [@bdraco](https://github.com/bdraco)
- Fix device not requesting Home Assistant time at the update interval [esphome#6022](https://github.com/esphome/esphome/pull/6022) by [@bdraco](https://github.com/bdraco)
- fix compilation error for libretiny [esphome#6064](https://github.com/esphome/esphome/pull/6064) by [@tomaszduda23](https://github.com/tomaszduda23)
- pylontech: Fix parsing error with US2000 [esphome#6061](https://github.com/esphome/esphome/pull/6061) by [@functionpointer](https://github.com/functionpointer)
- Support full (>460 char) dumps of Pronto IR commands [esphome#6040](https://github.com/esphome/esphome/pull/6040) by [@rpaskowitz](https://github.com/rpaskowitz)
- ESP32-C3 USB_CDC fixes [esphome#6069](https://github.com/esphome/esphome/pull/6069) by [@kbx81](https://github.com/kbx81)
- Improv Serial -- don't wait for incoming bytes [esphome#6089](https://github.com/esphome/esphome/pull/6089) by [@kbx81](https://github.com/kbx81)
- add STATE_CLASS_TOTAL_INCREASING to bl0940 and bl0942 [esphome#6090](https://github.com/esphome/esphome/pull/6090) by [@tomaszduda23](https://github.com/tomaszduda23)
- Fallback to pure-python loader for better error when YAML loading fails [esphome#6081](https://github.com/esphome/esphome/pull/6081) by [@bdraco](https://github.com/bdraco)

View File

@ -32,7 +32,7 @@ backup_exclude:
init: false
startup: services
name: ESPHome
version: 2023.12.5
version: 2023.12.6
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.5' # BETA
version: '2023.12.6' # 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.5' # STABLE
version: '2023.12.6' # STABLE
slug: esphome
description: "ESPHome add-on for intelligently managing all your ESP8266/ESP32 devices"
image: ghcr.io/esphome/esphome-hassio