From a3cbcad189cbae4403eba48ca5fa4a54eb246b22 Mon Sep 17 00:00:00 2001 From: alexbelgium Date: Sat, 20 Dec 2025 01:56:42 +0100 Subject: [PATCH] Updater bot : ente updated to 4.4.13 --- ente/CHANGELOG.md | 3 +++ ente/config.yaml | 2 +- ente/updater.json | 4 ++-- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/ente/CHANGELOG.md b/ente/CHANGELOG.md index 7d47e161c..335de6bd2 100644 --- a/ente/CHANGELOG.md +++ b/ente/CHANGELOG.md @@ -1,4 +1,7 @@ +## 4.4.13 (20-12-2025) +- Update to latest version from ente-io/ente (changelog : https://github.com/ente-io/ente/releases) + ## 4.4.12 (29-11-2025) - Update to latest version from ente-io/ente (changelog : https://github.com/ente-io/ente/releases) diff --git a/ente/config.yaml b/ente/config.yaml index 876275130..42bff56e4 100644 --- a/ente/config.yaml +++ b/ente/config.yaml @@ -120,6 +120,6 @@ schema: slug: ente udev: true url: https://github.com/alexbelgium/hassio-addons -version: "4.4.12" +version: "4.4.13" video: true webui: http://[HOST]:[PORT:3000] diff --git a/ente/updater.json b/ente/updater.json index 79ac4f1a0..f9c1afd96 100644 --- a/ente/updater.json +++ b/ente/updater.json @@ -1,9 +1,9 @@ { "github_beta": "false", - "last_update": "29-11-2025", + "last_update": "20-12-2025", "repository": "alexbelgium/hassio-addons", "slug": "ente", "source": "github", "upstream_repo": "ente-io/ente", - "upstream_version": "4.4.12" + "upstream_version": "4.4.13" }