Skip to content

Commit

Permalink
Update esphome to 2024.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
nmfretz committed Jul 29, 2024
1 parent eb92283 commit b76918a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions esphome/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ version: "3.7"

services:
server:
image: esphome/esphome:2024.2.2@sha256:abdd0754b2aeb28aebb2a4fbd12d2fe38ae172f36d1232d6db70bee5eea39182
image: esphome/esphome:2024.7.2@sha256:e6e98daf807a3cdf33914d725cde3d87ef4a935cdc334bed1f7a266fc12df52b
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
restart: on-failure
restart: on-failure
10 changes: 5 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: "2023.12.9"
version: "2024.7.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.
Expand All @@ -26,8 +26,8 @@ releaseNotes: >-
⚠️ As usual, please check that your configurations are still working correctly after updating.
This release updates ESPHome from version 2023.12.9 to 2024.2.2. A full list of new features, new component support, breaking changes, and bug fixes for versions
between 2023.12.9 and 2024.2.2 can be found at https://github.com/esphome/esphome/releases.
This release updates ESPHome from version 2023.12.9 to 2024.7.2. A full list of new features, new component support, breaking changes, and bug fixes for versions
between 2023.12.9 and 2024.7.2 can be found at https://github.com/esphome/esphome/releases.
submitter: ShonP40
submission: https://github.com/getumbrel/umbrel-apps/pull/43
submission: https://github.com/getumbrel/umbrel-apps/pull/43

0 comments on commit b76918a

Please sign in to comment.