Browse Source

Update esphome to 2024.10.2 (#1696)

main
Nathan Fretz 4 months ago
committed by GitHub
parent
commit
8f02ee302c
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.10.1@sha256:77680f45fd374dd08ef38626822a0f361026a9a508085f578466c549cfe0afa0
image: esphome/esphome:2024.10.2@sha256:e01bc223b5a669e559318792a9cfde6c5f69781a53a6e4c819b6499313ee5028
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.10.1"
version: "2024.10.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,10 @@ releaseNotes: >-
Highlights:
- Fixed crash with empty substitutions block.
- Fixed broken ibeacon_uuid config in BLE RSSI.
- Auto-load preferences on startup.
- Added support for custom MAC addresses on Arduino.
- Improved error message for missing MQTT log topic
- Fixed issues with some LVGL properties not being templatable
- Resolved a crash on start for voice assistant component
Full release notes can be found at https://github.com/esphome/esphome/releases.
submitter: ShonP40

Loading…
Cancel
Save