Skip to content

Commit 1ece9f0

Browse files
authored
Update esphome to 2026.1.4 (#4658)
1 parent 5d23305 commit 1ece9f0

File tree

2 files changed

+9
-10
lines changed

2 files changed

+9
-10
lines changed

esphome/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: "3.7"
22

33
services:
44
server:
5-
image: esphome/esphome:2026.1.3@sha256:3f430965c6bf7084818ab66fef764e6cbec29590a5fd33be3e9858062fbcce64
5+
image: esphome/esphome:2026.1.4@sha256:9152801c0bf67a024e55d2c1e54b52f6b4b418b109ec7a7537970e0098755df8
66
network_mode: host
77
volumes:
88
- ${APP_DATA_DIR}/data:/config

esphome/umbrel-app.yml

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ manifestVersion: 1
22
id: esphome
33
category: automation
44
name: ESPHome
5-
version: "2026.1.3"
5+
version: "2026.1.4"
66
tagline: Intelligently manage all your ESP8266/ESP32 devices
77
description: >-
88
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: ""
2222
torOnly: false
2323
releaseNotes: >-
2424
This release includes bug fixes and stability improvements:
25-
- Updated webserver interface assets
26-
- Fixed uninitialized variable warning in MH-Z19 sensor
27-
- Improved OTA error messages when device closes connection
28-
- Fixed ESP8266 delay handling for zero timeout
29-
- Added entity ID format migration support in web server
30-
- Preserved angle precision in LD2450 sensor
31-
- Fixed ESP8266 panic when WiFi scan fails
32-
- Fixed empty body handling for chunked transfer encoding in HTTP requests
25+
- Fixed display component compatibility issues
26+
- Fixed buffer allocation in MAX7219 component
27+
- Resolved HTTP request timeout issues when responses complete early
28+
- Fixed power reading issues in CSE7766 sensor when load switches off
29+
- Fixed WiFi connection status reporting in automations
30+
- Improved ultrasonic sensor timeout handling
31+
- Added missing function overloads for defer operations
3332
3433
3534
Full release notes can be found at https://esphome.io/changelog/2026.1.0.html

0 commit comments

Comments
 (0)