Skip to content

Commit

Permalink
Update esphome to 2024.7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
nmfretz committed Aug 6, 2024
1 parent b5da684 commit 4481f60
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 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.7.2@sha256:e6e98daf807a3cdf33914d725cde3d87ef4a935cdc334bed1f7a266fc12df52b
image: esphome/esphome:2024.7.3@sha256:4e7488fa18b6896dd5075bca3547b2137fa8aed3bc60f9467bddf09cd67a0741
network_mode: host

Check notice on line 6 in esphome/docker-compose.yml

View workflow job for this annotation

GitHub Actions / Lint apps

Service "server" uses host network mode

The host network mode can lead to security vulnerabilities. If possible please use the default bridge network mode and expose the necessary ports.
volumes:
- ${APP_DATA_DIR}/data:/config
Expand Down
11 changes: 6 additions & 5 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.7.2"
version: "2024.7.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.
Expand All @@ -27,10 +27,11 @@ releaseNotes: >-
⚠️ As usual, please check that your configurations are still working correctly after updating.
This is a bugfix release that includes the following changes:
- Timeout Adjustment: Default timeout set to 4.5 seconds.
- Redirect Fix: Improved HTTP redirect handling.
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
Full release notes can be found at https://github.com/esphome/esphome/releases.
submitter: ShonP40
Expand Down

0 comments on commit 4481f60

Please sign in to comment.