Browse Source

Update esphome to 2024.8.3 (#1433)

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

2
esphome/docker-compose.yml

@ -2,7 +2,7 @@ version: "3.7"
services:
server:
image: esphome/esphome:2024.8.1@sha256:1eb151c380a84bf790eb1a2150dcc6cddea25f7310a44b4239de0584f37b7ff1
image: esphome/esphome:2024.8.3@sha256:dd5fe357aa5c3407e87c4ebe082d0c218cd42db49914f7c265955172f29e6768
network_mode: host
volumes:
- ${APP_DATA_DIR}/data:/config

4
esphome/umbrel-app.yml

@ -2,7 +2,7 @@ manifestVersion: 1
id: esphome
category: automation
name: ESPHome
version: "2024.8.1"
version: "2024.8.3"
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.
@ -24,7 +24,7 @@ releaseNotes: >-
⚠️ As usual, please check that your configurations are still working correctly after updating.
This is a small bugfix release.
This release includes improvements to datetime templating, IPv6 support, and build process optimizations.
Full release notes can be found at https://github.com/esphome/esphome/releases.

Loading…
Cancel
Save