From 620dadf8fac86610a69d77aa89fb67aa773dd321 Mon Sep 17 00:00:00 2001 From: alexbelgium Date: Sat, 12 Sep 2026 01:31:12 +0200 Subject: [PATCH] Updater bot : scrutiny_fa updated to v1.74.1 (upstream v1.74.1) --- scrutiny_fa/CHANGELOG.md | 3 +++ scrutiny_fa/config.yaml | 2 +- scrutiny_fa/updater.json | 4 ++-- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/scrutiny_fa/CHANGELOG.md b/scrutiny_fa/CHANGELOG.md index 7137934057..7dbde5d0e4 100644 --- a/scrutiny_fa/CHANGELOG.md +++ b/scrutiny_fa/CHANGELOG.md @@ -1,3 +1,6 @@ + +## v1.74.1 (2026-09-12) +- Update to latest version from Starosdev/scrutiny (changelog : https://github.com/Starosdev/scrutiny/releases) - Migrate legacy add-on configuration map names to current app configuration terminology. ## v1.70.0 (2026-08-29) diff --git a/scrutiny_fa/config.yaml b/scrutiny_fa/config.yaml index 472ca79685..ffd38c5d27 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.70.0" +version: "v1.74.1" diff --git a/scrutiny_fa/updater.json b/scrutiny_fa/updater.json index 80d0498c4c..653a5c39f7 100644 --- a/scrutiny_fa/updater.json +++ b/scrutiny_fa/updater.json @@ -1,10 +1,10 @@ { "github_fulltag": "true", - "last_update": "2026-08-29", + "last_update": "2026-09-12", "paused": false, "repository": "alexbelgium/hassio-addons", "slug": "scrutiny_fa", "source": "github", "upstream_repo": "Starosdev/scrutiny", - "upstream_version": "v1.70.0" + "upstream_version": "v1.74.1" }