Updater bot : immich_frame updated to 1.0.32.0

This commit is contained in:
alexbelgium
2026-03-07 06:41:59 +01:00
parent b2b75acfea
commit e2fc419c3c
3 changed files with 6 additions and 3 deletions

View File

@@ -1,4 +1,7 @@
## 1.0.32.0 (2026-03-07)
- Update to latest version from immichFrame/ImmichFrame (changelog : https://github.com/immichFrame/ImmichFrame/releases)
## 1.0.31.0 (2026-01-21) ## 1.0.31.0 (2026-01-21)
- Update to latest version from immichFrame/ImmichFrame (changelog : https://github.com/immichFrame/ImmichFrame/releases) - Update to latest version from immichFrame/ImmichFrame (changelog : https://github.com/immichFrame/ImmichFrame/releases)

View File

@@ -23,5 +23,5 @@ schema:
TZ: str? TZ: str?
slug: immich_frame slug: immich_frame
url: https://github.com/alexbelgium/hassio-addons url: https://github.com/alexbelgium/hassio-addons
version: "1.0.31.0" version: "1.0.32.0"
webui: http://[HOST]:[PORT:8080] webui: http://[HOST]:[PORT:8080]

View File

@@ -1,9 +1,9 @@
{ {
"github_beta": "false", "github_beta": "false",
"last_update": "2026-01-21", "last_update": "2026-03-07",
"repository": "alexbelgium/hassio-addons", "repository": "alexbelgium/hassio-addons",
"slug": "immich_frame", "slug": "immich_frame",
"source": "github", "source": "github",
"upstream_repo": "immichFrame/ImmichFrame", "upstream_repo": "immichFrame/ImmichFrame",
"upstream_version": "1.0.31.0" "upstream_version": "1.0.32.0"
} }