diff --git a/scrutiny/CHANGELOG.md b/scrutiny/CHANGELOG.md index 226167df5..ae1a52a15 100644 --- a/scrutiny/CHANGELOG.md +++ b/scrutiny/CHANGELOG.md @@ -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. diff --git a/scrutiny/config.yaml b/scrutiny/config.yaml index 5477b2aa1..4f91b1d79 100644 --- a/scrutiny/config.yaml +++ b/scrutiny/config.yaml @@ -113,4 +113,4 @@ schema: slug: scrutiny udev: true url: https://github.com/Starosdev/scrutiny -version: "v1.23.2-2" +version: "v1.23.3" diff --git a/scrutiny/updater.json b/scrutiny/updater.json index c0451ceb6..ae623e685 100644 --- a/scrutiny/updater.json +++ b/scrutiny/updater.json @@ -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" }