Update esphome to 2026.3.3 (#5323)
This commit is contained in:
parent
d2fac2c593
commit
e769f1f960
@ -2,7 +2,7 @@ version: "3.7"
|
||||
|
||||
services:
|
||||
server:
|
||||
image: esphome/esphome:2026.3.2@sha256:8a7d3c79736500061b4b7b24aa84515c642291093acb44127e5cd3eee6ef0feb
|
||||
image: esphome/esphome:2026.3.3@sha256:a97aec43684597d32c4eeb2b929c8945f2a09098b447e97703f5c83570f0272d
|
||||
network_mode: host
|
||||
volumes:
|
||||
- ${APP_DATA_DIR}/data:/config
|
||||
|
||||
@ -2,7 +2,7 @@ manifestVersion: 1
|
||||
id: esphome
|
||||
category: automation
|
||||
name: ESPHome
|
||||
version: "2026.3.2"
|
||||
version: "2026.3.3"
|
||||
tagline: Intelligently manage all your ESP8266/ESP32 devices
|
||||
description: >-
|
||||
ESPHome is a system to control your ESP8266/ESP32 by simple yet powerful configuration files and control them remotely through Home Automation systems.
|
||||
@ -22,19 +22,11 @@ defaultPassword: ""
|
||||
torOnly: false
|
||||
releaseNotes: >-
|
||||
This release includes bug fixes and stability improvements:
|
||||
- Fixed WiFi roaming counter reset on disconnect during scan
|
||||
- Fixed datetime state_as_esptime() returning invalid timestamp
|
||||
- Fixed WiFi fast_connect filtering by band mode with background scan for roaming
|
||||
- Fixed UART debug callback missing peeked byte and reading past end
|
||||
- Fixed SGP4x NOx index_offset default value
|
||||
- Fixed ESP32 BLE server set_value action with static data lists
|
||||
- Fixed thermostat stale max_runtime_exceeded causing spurious supplemental heating/cooling
|
||||
- Fixed Haier hOn half-degree temperature setting
|
||||
- Fixed UART baud rate not applied on load_settings() for ESP32 (IDF)
|
||||
- Fixed memory leak in mixer task on stop/start cycles
|
||||
- Fixed BLE scan not restarting after OTA failure
|
||||
- Fixed Nextion queue age check using inconsistent time sources
|
||||
- Fixed online image LVGL descriptor not being cleared when image size changes
|
||||
- Fixed ESP32 build not being cleaned when sdkconfig options change
|
||||
|
||||
|
||||
Full release notes can be found at https://esphome.io/changelog/2026.3.2/
|
||||
Full release notes can be found at https://esphome.io/changelog/2026.3.3/
|
||||
submitter: ShonP40
|
||||
submission: https://github.com/getumbrel/umbrel-apps/pull/43
|
||||
|
||||
Loading…
Reference in New Issue
Block a user