Browse Source

Update esphome to 2024.8.0 (#1381)

main
Nathan Fretz 5 months ago
committed by GitHub
parent
commit
7809216643
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      esphome/docker-compose.yml
  2. 10
      esphome/umbrel-app.yml

2
esphome/docker-compose.yml

@ -2,7 +2,7 @@ version: "3.7"
services:
server:
image: esphome/esphome:2024.7.3@sha256:4e7488fa18b6896dd5075bca3547b2137fa8aed3bc60f9467bddf09cd67a0741
image: esphome/esphome:2024.8.0@sha256:e92f251bcd61df72b7364c4433b7ab33e22abdc448952cac550cad4c302c4fbf
network_mode: host
volumes:
- ${APP_DATA_DIR}/data:/config

10
esphome/umbrel-app.yml

@ -2,7 +2,7 @@ manifestVersion: 1
id: esphome
category: automation
name: ESPHome
version: "2024.7.3"
version: "2024.8.0"
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.
@ -28,9 +28,11 @@ releaseNotes: >-
This release includes the following improvements:
- Added delay after sending REG_READ_START for pmwcs3
- Fixed support for Mitsubishi units that only support cooling
- Improved VAD detection and modified detection computation for micro_wake_word
- 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
Full release notes can be found at https://github.com/esphome/esphome/releases.

Loading…
Cancel
Save