Update esphome to 2024.12.2 (#1957)

This commit is contained in:
Nathan Fretz 2024-12-30 13:12:37 +10:00 committed by GitHub
parent 20afa04205
commit 4c12582c62
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 6 deletions

View File

@ -2,7 +2,7 @@ version: "3.7"
services:
server:
image: esphome/esphome:2024.11.3@sha256:92d8744930833bf9b3b7fc7f18fcae1d256b6cc6fa234fd961ae79b20c49b393
image: esphome/esphome:2024.12.2@sha256:b2c6322700acb67ecf14e6781d5ee953ee6a0e888c0037ee8ac9d49ba48294a9
network_mode: host
volumes:
- ${APP_DATA_DIR}/data:/config

View File

@ -2,7 +2,7 @@ manifestVersion: 1
id: esphome
category: automation
name: ESPHome
version: "2024.11.3"
version: "2024.12.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.
@ -25,10 +25,9 @@ releaseNotes: >-
Highlights:
- Improved memory management for ESP8266 devices
- Fixed timestamp calculation issues
- Enhanced display and graphics handling
- Improved stability for various components
- Fixed ESP32 flash size detection
- Improved Bluetooth connectivity for ESP32 devices
- Enhanced system stability and reliability
Full release notes can be found at https://github.com/esphome/esphome/releases.