Updater bot : ente updated to 4.4.11

This commit is contained in:
alexbelgium
2025-11-15 01:56:44 +01:00
parent a8ad994001
commit f2cac5ef00
3 changed files with 6 additions and 3 deletions

View File

@@ -1,4 +1,7 @@
## 4.4.11 (15-11-2025)
- Update to latest version from ente-io/ente (changelog : https://github.com/ente-io/ente/releases)
## 4.4.10 (08-11-2025) ## 4.4.10 (08-11-2025)
- Update to latest version from ente-io/ente (changelog : https://github.com/ente-io/ente/releases) - Update to latest version from ente-io/ente (changelog : https://github.com/ente-io/ente/releases)
- Added support for configuring extra environment variables via the `env_vars` add-on option alongside config.yaml. See https://github.com/alexbelgium/hassio-addons/wiki/Add-Environment-variables-to-your-Addon-2 for details. - Added support for configuring extra environment variables via the `env_vars` add-on option alongside config.yaml. See https://github.com/alexbelgium/hassio-addons/wiki/Add-Environment-variables-to-your-Addon-2 for details.

View File

@@ -120,6 +120,6 @@ schema:
slug: ente slug: ente
udev: true udev: true
url: https://github.com/alexbelgium/hassio-addons url: https://github.com/alexbelgium/hassio-addons
version: "4.4.10" version: "4.4.11"
video: true video: true
webui: http://[HOST]:[PORT:3000] webui: http://[HOST]:[PORT:3000]

View File

@@ -1,9 +1,9 @@
{ {
"github_beta": "false", "github_beta": "false",
"last_update": "08-11-2025", "last_update": "15-11-2025",
"repository": "alexbelgium/hassio-addons", "repository": "alexbelgium/hassio-addons",
"slug": "ente", "slug": "ente",
"source": "github", "source": "github",
"upstream_repo": "ente-io/ente", "upstream_repo": "ente-io/ente",
"upstream_version": "4.4.10" "upstream_version": "4.4.11"
} }