From fca2b0e9b2aac03b288c53358f1ac3a4d6ab2569 Mon Sep 17 00:00:00 2001 From: alexbelgium Date: Thu, 11 Jun 2026 18:27:51 +0200 Subject: [PATCH] Updater bot : scrutiny updated to v1.62.4 --- scrutiny/CHANGELOG.md | 3 +++ scrutiny/config.yaml | 2 +- scrutiny/updater.json | 4 ++-- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/scrutiny/CHANGELOG.md b/scrutiny/CHANGELOG.md index ee5077fe62..86ffa7d24c 100644 --- a/scrutiny/CHANGELOG.md +++ b/scrutiny/CHANGELOG.md @@ -1,3 +1,6 @@ + +## v1.62.4 (2026-06-11) +- Update to latest version from Starosdev/scrutiny (changelog : https://github.com/Starosdev/scrutiny/releases) ## v1.62.3 (2026-06-05) - Update to latest version from Starosdev/scrutiny (changelog : https://github.com/Starosdev/scrutiny/releases) ## v1.62.2 (2026-06-01) diff --git a/scrutiny/config.yaml b/scrutiny/config.yaml index 0ff242222c..226d1627a8 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.62.3" +version: "v1.62.4" diff --git a/scrutiny/updater.json b/scrutiny/updater.json index 4d941e867c..2e7cb27403 100644 --- a/scrutiny/updater.json +++ b/scrutiny/updater.json @@ -1,10 +1,10 @@ { "github_fulltag": "true", - "last_update": "2026-06-05", + "last_update": "2026-06-11", "paused": false, "repository": "alexbelgium/hassio-addons", "slug": "scrutiny", "source": "github", "upstream_repo": "Starosdev/scrutiny", - "upstream_version": "v1.62.3" + "upstream_version": "v1.62.4" }