Updater bot : enedisgateway2mqtt updated to 0.13.3

This commit is contained in:
alexbelgium
2026-01-13 18:41:11 +01:00
parent 92ccb23741
commit fbf8678555
4 changed files with 7 additions and 4 deletions

View File

@@ -1,3 +1,6 @@
## 0.13.3 (2026-01-13)
- Update to latest version from m4dm4rtig4n/myelectricaldata (changelog : https://github.com/m4dm4rtig4n/myelectricaldata/releases)
- The Home Assistant project has deprecated support for the armv7, armhf and i386 architectures. Support wil be fully dropped in the upcoming Home Assistant 2025.12 release
- 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

@@ -14,7 +14,7 @@
# 1 Build Image #
#################
ARG BUILD_UPSTREAM="0.13.2"
ARG BUILD_UPSTREAM="0.13.3"
FROM m4dm4rtig4n/myelectricaldata:latest

View File

@@ -94,4 +94,4 @@ services:
slug: enedisgateway2mqtt
udev: true
url: https://github.com/alexbelgium/hassio-addons
version: 0.13.2
version: "0.13.3"

View File

@@ -1,9 +1,9 @@
{
"github_beta": "false",
"last_update": "30-05-2024",
"last_update": "2026-01-13",
"repository": "alexbelgium/hassio-addons",
"slug": "enedisgateway2mqtt",
"source": "github",
"upstream_repo": "m4dm4rtig4n/myelectricaldata",
"upstream_version": "0.13.2"
"upstream_version": "0.13.3"
}