Update esphome to 2026.1.2 (#4568)

This commit is contained in:
Alexander L. 2026-01-28 18:08:13 +01:00 committed by GitHub
parent 90db3a9726
commit 599e25694b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 9 additions and 10 deletions

View File

@ -2,7 +2,7 @@ version: "3.7"
services:
server:
image: esphome/esphome:2026.1.1@sha256:bf5453a869da58f6173d4fb7cddbac71e3b8e5b1f399b0a56240a5b2f611bd6c
image: esphome/esphome:2026.1.2@sha256:a2c9cfd6a548abe20f49ad27e454869f6ee58e3ac9ccc961549a2cafbebc31e5
network_mode: host
volumes:
- ${APP_DATA_DIR}/data:/config

View File

@ -2,7 +2,7 @@ manifestVersion: 1
id: esphome
category: automation
name: ESPHome
version: "2026.1.1"
version: "2026.1.2"
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,14 +22,13 @@ defaultPassword: ""
torOnly: false
releaseNotes: >-
This release includes bug fixes and stability improvements:
- Fixed Wi-Fi scan heap allocation issues
- Fixed SSL verification not working on ESP32
- Fixed API connection issues with manual IP on certain platforms
- Fixed display initialization failures in half-duplex SPI mode
- Fixed OTA failures on ESP8266
- Improved DHT22 and RHT03 sensor reliability
- Reduced network buffer pressure for log messages
- Fixed time sync callback behavior
- Fixed deprecation warnings for various display components
- Fixed LVGL empty text setting issues
- Fixed light state restore for CWWW lights
- Fixed modbus controller YAML serialization errors
- Improved I2C transaction timeout handling
- Fixed Wi-Fi scan issues on ESP32-P4 and reconnection failures on ESP8266
- Fixed sensor baseline storage functionality
Full release notes can be found at https://esphome.io/changelog/2026.1.0.html