mirror of
https://github.com/getumbrel/umbrel-apps.git
synced 2024-11-11 16:09:18 +00:00
Update esphome to version 2024.8.1 (#1413)
This commit is contained in:
parent
a5b001bf32
commit
a5ab078ca5
|
@ -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
|
||||
|
|
|
@ -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.
|
||||
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue
Block a user