Skip to content

Commit

Permalink
Update esphome to 2024.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
nmfretz committed Sep 1, 2024
1 parent 8ec0dce commit e6e5776
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 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.8.0@sha256:e92f251bcd61df72b7364c4433b7ab33e22abdc448952cac550cad4c302c4fbf
image: esphome/esphome:2024.8.1@sha256:1eb151c380a84bf790eb1a2150dcc6cddea25f7310a44b4239de0584f37b7ff1
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
5 changes: 4 additions & 1 deletion 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.8.0"
version: "2024.8.1"
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 Down Expand Up @@ -33,6 +33,9 @@ releaseNotes: >-
- Improved support for various existing components and platforms
- Added runtime online image support
- Enhanced MQTT functionality with extended device info
- Bug fixes for LVGL components
- Improved build process for changed integrations
- Fixed API entity subscription issues
Full release notes can be found at https://github.com/esphome/esphome/releases.
Expand Down

0 comments on commit e6e5776

Please sign in to comment.