From 1e44cb277cf8fdb5b82d431077f75a6d22db2289 Mon Sep 17 00:00:00 2001 From: alexbelgium Date: Fri, 5 Jun 2026 18:56:08 +0200 Subject: [PATCH] Updater bot : scrutiny_fa updated to v1.62.3 --- scrutiny_fa/CHANGELOG.md | 2 ++ scrutiny_fa/config.yaml | 2 +- scrutiny_fa/updater.json | 4 ++-- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/scrutiny_fa/CHANGELOG.md b/scrutiny_fa/CHANGELOG.md index b95dc8638..2baff7808 100644 --- a/scrutiny_fa/CHANGELOG.md +++ b/scrutiny_fa/CHANGELOG.md @@ -1,3 +1,5 @@ +## 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) - Update to latest version from Starosdev/scrutiny (changelog : https://github.com/Starosdev/scrutiny/releases) diff --git a/scrutiny_fa/config.yaml b/scrutiny_fa/config.yaml index 2ccfbd532..812ec9ac8 100644 --- a/scrutiny_fa/config.yaml +++ b/scrutiny_fa/config.yaml @@ -45,4 +45,4 @@ schema: slug: scrutiny_fa udev: true url: https://github.com/Starosdev/scrutiny -version: "v1.62.2" +version: "v1.62.3" diff --git a/scrutiny_fa/updater.json b/scrutiny_fa/updater.json index 27305adb2..575605c2c 100644 --- a/scrutiny_fa/updater.json +++ b/scrutiny_fa/updater.json @@ -1,10 +1,10 @@ { "github_fulltag": "true", - "last_update": "2026-06-01", + "last_update": "2026-06-05", "paused": false, "repository": "alexbelgium/hassio-addons", "slug": "scrutiny_fa", "source": "github", "upstream_repo": "Starosdev/scrutiny", - "upstream_version": "v1.62.2" + "upstream_version": "v1.62.3" }