Browse Source

Update ESPHome to 2023.2.4 (#448)

Co-authored-by: nmfretz <nmfretz@gmail.com>
main
Mateo Silguero 2 years ago
committed by GitHub
parent
commit
85f8a5ce25
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      esphome/docker-compose.yml
  2. 17
      esphome/umbrel-app.yml

2
esphome/docker-compose.yml

@ -7,7 +7,7 @@ services:
APP_PORT: 6052
server:
image: esphome/esphome:2022.6.2@sha256:1fac6334b85e76c7fd936036891b7a7ee761ee73fd119662b2cb564c3faf818f
image: esphome/esphome:2023.2.4@sha256:8428b83a5713e79bad44bc2f3c740a3dc3d446dc5bb08643dfdca4dda31c2b5d
volumes:
- ${APP_DATA_DIR}/data:/config
restart: on-failure

17
esphome/umbrel-app.yml

@ -2,7 +2,7 @@ manifestVersion: 1
id: esphome
category: Automation
name: ESPHome
version: "2022.6.2"
version: "2023.2.4"
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.
@ -20,5 +20,18 @@ path: ""
defaultUsername: ""
defaultPassword: ""
torOnly: false
releaseNotes: >-
This release updates ESPHome from version 2022.6.2 to 2023.2.4. A full list of new features, new component support, breaking changes, and bug fixes for versions
between 2022.6.2 and 2023.2.4 can be found here: https://github.com/esphome/esphome/releases.
Version 2023.2.4 release notes:
- BL0939 state_class set for energy sensors
- fix wiegand tag parity
- Fix multiple remote_receivers with triggers esphome#4477 by @jesserockz
submitter: ShonP40
submission: https://github.com/getumbrel/umbrel-apps/pull/43
submission: https://github.com/getumbrel/umbrel-apps/pull/43

Loading…
Cancel
Save