Updater bot : scrutiny updated to v1.23.3

This commit is contained in:
alexbelgium
2026-02-14 01:59:42 +01:00
parent df45413d72
commit 202f891c3b
3 changed files with 6 additions and 3 deletions

View File

@@ -1,3 +1,6 @@
## v1.23.3 (2026-02-14)
- Update to latest version from Starosdev/scrutiny (changelog : https://github.com/Starosdev/scrutiny/releases)
## v1.23.2-2 (08-02-2026)
- 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

@@ -113,4 +113,4 @@ schema:
slug: scrutiny
udev: true
url: https://github.com/Starosdev/scrutiny
version: "v1.23.2-2"
version: "v1.23.3"

View File

@@ -1,10 +1,10 @@
{
"github_fulltag": "true",
"last_update": "08-02-2026",
"last_update": "2026-02-14",
"paused": false,
"repository": "alexbelgium/hassio-addons",
"slug": "scrutiny",
"source": "github",
"upstream_repo": "Starosdev/scrutiny",
"upstream_version": "v1.23.2"
"upstream_version": "v1.23.3"
}