You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: esphome/umbrel-app.yml
+8-9Lines changed: 8 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@ manifestVersion: 1
2
2
id: esphome
3
3
category: automation
4
4
name: ESPHome
5
-
version: "2026.1.3"
5
+
version: "2026.1.4"
6
6
tagline: Intelligently manage all your ESP8266/ESP32 devices
7
7
description: >-
8
8
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: ""
22
22
torOnly: false
23
23
releaseNotes: >-
24
24
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
33
32
34
33
35
34
Full release notes can be found at https://esphome.io/changelog/2026.1.0.html
0 commit comments