mirror of
https://github.com/esphome/home-assistant-addon.git
synced 2025-03-02 04:01:54 +01:00
Bump version to 2024.11.3
This commit is contained in:
parent
1642831192
commit
f2d2aeac37
@ -1,12 +1,13 @@
|
||||
## 2024.11.2
|
||||
## 2024.11.3
|
||||
|
||||
- [lvgl] Bugfixes [esphome#7803](https://github.com/esphome/esphome/pull/7803) by [@clydebarrow](https://github.com/clydebarrow)
|
||||
- [docker] Leave run-time required libraries installed. [esphome#7804](https://github.com/esphome/esphome/pull/7804) by [@clydebarrow](https://github.com/clydebarrow)
|
||||
- [qspi_dbi] Fix init sequences (Bugfix) [esphome#7805](https://github.com/esphome/esphome/pull/7805) by [@clydebarrow](https://github.com/clydebarrow)
|
||||
- fix modbus crashing when bad data returned [esphome#7810](https://github.com/esphome/esphome/pull/7810) by [@ssieb](https://github.com/ssieb)
|
||||
- [Modbus Controller] Fix issue #6477. Online automation triggering Offline [esphome#7801](https://github.com/esphome/esphome/pull/7801) by [@0x3333](https://github.com/0x3333)
|
||||
- [fix] Status sensor does not check if required network component is missing [esphome#7734](https://github.com/esphome/esphome/pull/7734) by [@rvalitov](https://github.com/rvalitov)
|
||||
- keypad binary sensors should be initially off [esphome#7808](https://github.com/esphome/esphome/pull/7808) by [@ssieb](https://github.com/ssieb)
|
||||
- fix 32 char SSIDs [esphome#7834](https://github.com/esphome/esphome/pull/7834) by [@ssieb](https://github.com/ssieb)
|
||||
- [honeywell] use warning instead of failing [esphome#7862](https://github.com/esphome/esphome/pull/7862) by [@ssieb](https://github.com/ssieb)
|
||||
- [opentherm] Fix out of memory errors on ESP8266 [esphome#7835](https://github.com/esphome/esphome/pull/7835) by [@olegtarasov](https://github.com/olegtarasov)
|
||||
- fix local time timestamp calculation [esphome#7807](https://github.com/esphome/esphome/pull/7807) by [@ssieb](https://github.com/ssieb)
|
||||
- [online_image]Don't access decoder if not initialized [esphome#7882](https://github.com/esphome/esphome/pull/7882) by [@guillempages](https://github.com/guillempages)
|
||||
- Add IRAM_ATTR to all functions used during interrupts on esp8266 chips. [esphome#7840](https://github.com/esphome/esphome/pull/7840) by [@FreeBear-nc](https://github.com/FreeBear-nc)
|
||||
- [st7920] Remove unnecessary warning when drawing outside display bounds [esphome#7868](https://github.com/esphome/esphome/pull/7868) by [@jesserockz](https://github.com/jesserockz)
|
||||
- Fix recalc_timestamp_utc [esphome#7894](https://github.com/esphome/esphome/pull/7894) by [@RouNNdeL](https://github.com/RouNNdeL)
|
||||
- Cast port to int for ota pushing [esphome#7888](https://github.com/esphome/esphome/pull/7888) by [@jesserockz](https://github.com/jesserockz)
|
||||
- [lvgl] Bugfixes [esphome#7896](https://github.com/esphome/esphome/pull/7896) by [@clydebarrow](https://github.com/clydebarrow)
|
||||
- [lvgl] Fix msgbox content [esphome#7912](https://github.com/esphome/esphome/pull/7912) by [@clydebarrow](https://github.com/clydebarrow)
|
||||
- [esp32] Fix crash with empty `platformio_options:` value [esphome#7920](https://github.com/esphome/esphome/pull/7920) by [@clydebarrow](https://github.com/clydebarrow)
|
||||
|
||||
|
@ -33,7 +33,7 @@ init: false
|
||||
startup: services
|
||||
name: ESPHome Device Compiler (beta)
|
||||
panel_title: ESPHome Compiler (beta)
|
||||
version: 2024.11.2
|
||||
version: 2024.11.3
|
||||
slug: esphome-beta
|
||||
description: Beta version of ESPHome Device Compiler
|
||||
image: ghcr.io/esphome/esphome-hassio
|
||||
|
@ -1,12 +1,13 @@
|
||||
## 2024.11.2
|
||||
## 2024.11.3
|
||||
|
||||
- [lvgl] Bugfixes [esphome#7803](https://github.com/esphome/esphome/pull/7803) by [@clydebarrow](https://github.com/clydebarrow)
|
||||
- [docker] Leave run-time required libraries installed. [esphome#7804](https://github.com/esphome/esphome/pull/7804) by [@clydebarrow](https://github.com/clydebarrow)
|
||||
- [qspi_dbi] Fix init sequences (Bugfix) [esphome#7805](https://github.com/esphome/esphome/pull/7805) by [@clydebarrow](https://github.com/clydebarrow)
|
||||
- fix modbus crashing when bad data returned [esphome#7810](https://github.com/esphome/esphome/pull/7810) by [@ssieb](https://github.com/ssieb)
|
||||
- [Modbus Controller] Fix issue #6477. Online automation triggering Offline [esphome#7801](https://github.com/esphome/esphome/pull/7801) by [@0x3333](https://github.com/0x3333)
|
||||
- [fix] Status sensor does not check if required network component is missing [esphome#7734](https://github.com/esphome/esphome/pull/7734) by [@rvalitov](https://github.com/rvalitov)
|
||||
- keypad binary sensors should be initially off [esphome#7808](https://github.com/esphome/esphome/pull/7808) by [@ssieb](https://github.com/ssieb)
|
||||
- fix 32 char SSIDs [esphome#7834](https://github.com/esphome/esphome/pull/7834) by [@ssieb](https://github.com/ssieb)
|
||||
- [honeywell] use warning instead of failing [esphome#7862](https://github.com/esphome/esphome/pull/7862) by [@ssieb](https://github.com/ssieb)
|
||||
- [opentherm] Fix out of memory errors on ESP8266 [esphome#7835](https://github.com/esphome/esphome/pull/7835) by [@olegtarasov](https://github.com/olegtarasov)
|
||||
- fix local time timestamp calculation [esphome#7807](https://github.com/esphome/esphome/pull/7807) by [@ssieb](https://github.com/ssieb)
|
||||
- [online_image]Don't access decoder if not initialized [esphome#7882](https://github.com/esphome/esphome/pull/7882) by [@guillempages](https://github.com/guillempages)
|
||||
- Add IRAM_ATTR to all functions used during interrupts on esp8266 chips. [esphome#7840](https://github.com/esphome/esphome/pull/7840) by [@FreeBear-nc](https://github.com/FreeBear-nc)
|
||||
- [st7920] Remove unnecessary warning when drawing outside display bounds [esphome#7868](https://github.com/esphome/esphome/pull/7868) by [@jesserockz](https://github.com/jesserockz)
|
||||
- Fix recalc_timestamp_utc [esphome#7894](https://github.com/esphome/esphome/pull/7894) by [@RouNNdeL](https://github.com/RouNNdeL)
|
||||
- Cast port to int for ota pushing [esphome#7888](https://github.com/esphome/esphome/pull/7888) by [@jesserockz](https://github.com/jesserockz)
|
||||
- [lvgl] Bugfixes [esphome#7896](https://github.com/esphome/esphome/pull/7896) by [@clydebarrow](https://github.com/clydebarrow)
|
||||
- [lvgl] Fix msgbox content [esphome#7912](https://github.com/esphome/esphome/pull/7912) by [@clydebarrow](https://github.com/clydebarrow)
|
||||
- [esp32] Fix crash with empty `platformio_options:` value [esphome#7920](https://github.com/esphome/esphome/pull/7920) by [@clydebarrow](https://github.com/clydebarrow)
|
||||
|
||||
|
@ -33,7 +33,7 @@ init: false
|
||||
startup: services
|
||||
name: ESPHome Device Compiler
|
||||
panel_title: ESPHome Compiler
|
||||
version: 2024.11.2
|
||||
version: 2024.11.3
|
||||
slug: esphome
|
||||
description: Build your own smart home devices using ESPHome, no programming experience
|
||||
required.
|
||||
|
@ -72,7 +72,7 @@ esphome-beta:
|
||||
directory: esphome-beta
|
||||
name: ESPHome Device Compiler (beta)
|
||||
panel_title: ESPHome Compiler (beta)
|
||||
version: "2024.11.2" # BETA
|
||||
version: "2024.11.3" # BETA
|
||||
slug: esphome-beta
|
||||
description: "Beta version of ESPHome Device Compiler"
|
||||
url: https://beta.esphome.io/
|
||||
@ -87,7 +87,7 @@ esphome-stable:
|
||||
directory: esphome
|
||||
name: ESPHome Device Compiler
|
||||
panel_title: ESPHome Compiler
|
||||
version: "2024.11.2" # STABLE
|
||||
version: "2024.11.3" # STABLE
|
||||
slug: esphome
|
||||
description: "Build your own smart home devices using ESPHome, no programming experience required."
|
||||
image: ghcr.io/esphome/esphome-hassio
|
||||
|
Loading…
Reference in New Issue
Block a user