From c66c41b596963fd9792a55bdcea84d929b5d7c36 Mon Sep 17 00:00:00 2001 From: alexbelgium Date: Sat, 12 Sep 2026 01:27:41 +0200 Subject: [PATCH] Updater bot : ente updated to 4.4.28 (upstream 1.7.29) --- ente/CHANGELOG.md | 4 ++++ ente/config.yaml | 2 +- ente/updater.json | 4 ++-- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/ente/CHANGELOG.md b/ente/CHANGELOG.md index 87555e7baa..53c239aeab 100644 --- a/ente/CHANGELOG.md +++ b/ente/CHANGELOG.md @@ -1,3 +1,7 @@ + +## 4.4.28 (2026-09-12) +- Update to latest version from ente/ente (changelog : https://github.com/ente/ente/releases) +- Upstream tag : 1.7.29 - Migrate legacy add-on configuration map names to current app configuration terminology. ## 4.4.27 (2026-09-05) diff --git a/ente/config.yaml b/ente/config.yaml index c7c2d2e029..08cfc0186a 100644 --- a/ente/config.yaml +++ b/ente/config.yaml @@ -131,6 +131,6 @@ schema: slug: ente udev: true url: https://github.com/alexbelgium/hassio-addons -version: "4.4.27" +version: "4.4.28" video: true webui: http://[HOST]:[PORT:3000] diff --git a/ente/updater.json b/ente/updater.json index 7b0b6b85a3..0f85f1cf86 100644 --- a/ente/updater.json +++ b/ente/updater.json @@ -1,9 +1,9 @@ { "github_beta": "false", - "last_update": "2026-09-05", + "last_update": "2026-09-12", "repository": "alexbelgium/hassio-addons", "slug": "ente", "source": "github", "upstream_repo": "ente/ente", - "upstream_version": "1.7.28" + "upstream_version": "1.7.29" }