Browse Source

Update ESPHome to v2024.2.2 (#999)

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

2
esphome/docker-compose.yml

@ -2,7 +2,7 @@ version: "3.7"
services:
server:
image: esphome/esphome:2023.12.9@sha256:0ec7b41a9566e7465d17d6eb2c785158eb7e61a131b21eb91a8ff9f4d14f1a4f
image: esphome/esphome:2024.2.2@sha256:abdd0754b2aeb28aebb2a4fbd12d2fe38ae172f36d1232d6db70bee5eea39182
network_mode: host
volumes:
- ${APP_DATA_DIR}/data:/config

7
esphome/umbrel-app.yml

@ -21,14 +21,13 @@ defaultUsername: ""
defaultPassword: ""
torOnly: false
releaseNotes: >-
🔔 ESPHome on Umbrel can now automatically find devices on your local network, thanks to a switch to host network mode.
🔔 Reminder that ESPHome on Umbrel can now automatically find devices on your local network, thanks to a switch to host network mode.
⚠️ As usual, please check that your configurations are still working correctly after updating.
This release updates ESPHome from version 2023.11.6.4 to 2023.12.9. A full list of new features, new component support, breaking changes, and bug fixes for versions
between 2023.11.6.4 to 2023.12.9 can be found here: https://github.com/esphome/esphome/releases.
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.
submitter: ShonP40
submission: https://github.com/getumbrel/umbrel-apps/pull/43

Loading…
Cancel
Save