Updater bot : immich_power_tools updated to 0.24.0 (upstream 0.24.0)

This commit is contained in:
alexbelgium
2026-09-19 01:28:53 +02:00
parent 4f51dd9149
commit c6eee03618
3 changed files with 6 additions and 3 deletions

View File

@@ -1,3 +1,6 @@
## 0.24.0 (2026-09-19)
- Update to latest version from varun-raj/immich-power-tools (changelog : https://github.com/varun-raj/immich-power-tools/releases)
- Migrate legacy add-on configuration map names to current app configuration terminology.
## 0.23.0 (2026-09-05)

View File

@@ -30,5 +30,5 @@ schema:
IMMICH_URL: str
slug: immich_power_tools
url: https://github.com/alexbelgium/hassio-addons
version: "0.23.0"
version: "0.24.0"
webui: http://[HOST]:[PORT:3000]

View File

@@ -1,9 +1,9 @@
{
"github_beta": "false",
"last_update": "2026-09-05",
"last_update": "2026-09-19",
"repository": "alexbelgium/hassio-addons",
"slug": "immich-power-tools",
"source": "github",
"upstream_repo": "varun-raj/immich-power-tools",
"upstream_version": "0.23.0"
"upstream_version": "0.24.0"
}