mirror of
https://github.com/esphome/home-assistant-addon.git
synced 2025-03-02 04:01:54 +01:00
Bump version to 2023.5.4
This commit is contained in:
parent
f49a01a2ae
commit
2b8c5d3a5f
@ -1,5 +1,8 @@
|
|||||||
## 2023.5.3
|
## 2023.5.4
|
||||||
|
|
||||||
- Allow microphone channel to be specified in config [esphome#4871](https://github.com/esphome/esphome/pull/4871) by [@jesserockz](https://github.com/jesserockz)
|
- [internal_temperature] ESP32-S3 needs ESP IDF V4.4.3 or higher [esphome#4873](https://github.com/esphome/esphome/pull/4873) by [@Fabian-Schmidt](https://github.com/Fabian-Schmidt)
|
||||||
- [PSRam] Change log unit to KB to minimize rounding error. [esphome#4872](https://github.com/esphome/esphome/pull/4872) by [@Fabian-Schmidt](https://github.com/Fabian-Schmidt)
|
- Update cover.h for compile errors with stop() [esphome#4879](https://github.com/esphome/esphome/pull/4879) by [@Davrosx](https://github.com/Davrosx)
|
||||||
|
- Print ESPHome version when running commands [esphome#4883](https://github.com/esphome/esphome/pull/4883) by [@jesserockz](https://github.com/jesserockz)
|
||||||
|
- fix modbus sending FP32_R values [esphome#4882](https://github.com/esphome/esphome/pull/4882) by [@ssieb](https://github.com/ssieb)
|
||||||
|
- Fix esp32_rmt_led_strip color modes [esphome#4886](https://github.com/esphome/esphome/pull/4886) by [@jesserockz](https://github.com/jesserockz)
|
||||||
|
|
||||||
|
@ -32,7 +32,7 @@ backup_exclude:
|
|||||||
- '*/*/'
|
- '*/*/'
|
||||||
init: false
|
init: false
|
||||||
name: ESPHome (beta)
|
name: ESPHome (beta)
|
||||||
version: 2023.5.3
|
version: 2023.5.4
|
||||||
slug: esphome-beta
|
slug: esphome-beta
|
||||||
description: Beta version of ESPHome add-on
|
description: Beta version of ESPHome add-on
|
||||||
image: ghcr.io/esphome/esphome-hassio
|
image: ghcr.io/esphome/esphome-hassio
|
||||||
|
@ -1,5 +1,8 @@
|
|||||||
## 2023.5.3
|
## 2023.5.4
|
||||||
|
|
||||||
- Allow microphone channel to be specified in config [esphome#4871](https://github.com/esphome/esphome/pull/4871) by [@jesserockz](https://github.com/jesserockz)
|
- [internal_temperature] ESP32-S3 needs ESP IDF V4.4.3 or higher [esphome#4873](https://github.com/esphome/esphome/pull/4873) by [@Fabian-Schmidt](https://github.com/Fabian-Schmidt)
|
||||||
- [PSRam] Change log unit to KB to minimize rounding error. [esphome#4872](https://github.com/esphome/esphome/pull/4872) by [@Fabian-Schmidt](https://github.com/Fabian-Schmidt)
|
- Update cover.h for compile errors with stop() [esphome#4879](https://github.com/esphome/esphome/pull/4879) by [@Davrosx](https://github.com/Davrosx)
|
||||||
|
- Print ESPHome version when running commands [esphome#4883](https://github.com/esphome/esphome/pull/4883) by [@jesserockz](https://github.com/jesserockz)
|
||||||
|
- fix modbus sending FP32_R values [esphome#4882](https://github.com/esphome/esphome/pull/4882) by [@ssieb](https://github.com/ssieb)
|
||||||
|
- Fix esp32_rmt_led_strip color modes [esphome#4886](https://github.com/esphome/esphome/pull/4886) by [@jesserockz](https://github.com/jesserockz)
|
||||||
|
|
||||||
|
@ -32,7 +32,7 @@ backup_exclude:
|
|||||||
- '*/*/'
|
- '*/*/'
|
||||||
init: false
|
init: false
|
||||||
name: ESPHome
|
name: ESPHome
|
||||||
version: 2023.5.3
|
version: 2023.5.4
|
||||||
slug: esphome
|
slug: esphome
|
||||||
description: ESPHome add-on for intelligently managing all your ESP8266/ESP32 devices
|
description: ESPHome add-on for intelligently managing all your ESP8266/ESP32 devices
|
||||||
image: ghcr.io/esphome/esphome-hassio
|
image: ghcr.io/esphome/esphome-hassio
|
||||||
|
@ -70,7 +70,7 @@ esphome-beta:
|
|||||||
<<: *base
|
<<: *base
|
||||||
directory: esphome-beta
|
directory: esphome-beta
|
||||||
name: ESPHome (beta)
|
name: ESPHome (beta)
|
||||||
version: '2023.5.3' # BETA
|
version: '2023.5.4' # BETA
|
||||||
slug: esphome-beta
|
slug: esphome-beta
|
||||||
description: "Beta version of ESPHome add-on"
|
description: "Beta version of ESPHome add-on"
|
||||||
url: https://beta.esphome.io/
|
url: https://beta.esphome.io/
|
||||||
@ -84,7 +84,7 @@ esphome-stable:
|
|||||||
<<: *base
|
<<: *base
|
||||||
directory: esphome
|
directory: esphome
|
||||||
name: ESPHome
|
name: ESPHome
|
||||||
version: '2023.5.3' # STABLE
|
version: '2023.5.4' # STABLE
|
||||||
slug: esphome
|
slug: esphome
|
||||||
description: "ESPHome add-on for intelligently managing all your ESP8266/ESP32 devices"
|
description: "ESPHome add-on for intelligently managing all your ESP8266/ESP32 devices"
|
||||||
image: ghcr.io/esphome/esphome-hassio
|
image: ghcr.io/esphome/esphome-hassio
|
||||||
|
Loading…
Reference in New Issue
Block a user