Skip to content

Commit

Permalink
Update esphome to version 2024.8.1 (#1413)
Browse files Browse the repository at this point in the history
  • Loading branch information
nmfretz authored Sep 2, 2024
1 parent a5b001b commit a5ab078
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 11 deletions.
2 changes: 1 addition & 1 deletion esphome/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: "3.7"

services:
server:
image: esphome/esphome:2024.8.0@sha256:e92f251bcd61df72b7364c4433b7ab33e22abdc448952cac550cad4c302c4fbf
image: esphome/esphome:2024.8.1@sha256:1eb151c380a84bf790eb1a2150dcc6cddea25f7310a44b4239de0584f37b7ff1
network_mode: host
volumes:
- ${APP_DATA_DIR}/data:/config
Expand Down
12 changes: 2 additions & 10 deletions esphome/umbrel-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ manifestVersion: 1
id: esphome
category: automation
name: ESPHome
version: "2024.8.0"
version: "2024.8.1"
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.
Expand All @@ -21,18 +21,10 @@ defaultUsername: ""
defaultPassword: ""
torOnly: false
releaseNotes: >-
🔔 Reminder that ESPHome on Umbrel can now automatically find devices on your local network, thanks to a switch to host network mode.
⚠️ As usual, please check that your configurations are still working correctly after updating.
This release includes the following improvements:
- Added support for new components including M5Angle8 input device, APDS9306 ambient light sensor, and LYWSD02MMC Xiaomi device
- Implemented new features like update.perform action and update.is_available condition
- Improved support for various existing components and platforms
- Added runtime online image support
- Enhanced MQTT functionality with extended device info
This is a small bugfix release.
Full release notes can be found at https://github.com/esphome/esphome/releases.
Expand Down

0 comments on commit a5ab078

Please sign in to comment.