From ed743c5eaa4475365bc2d334d054f1a683a4a17e Mon Sep 17 00:00:00 2001 From: alexbelgium Date: Sat, 22 Aug 2026 01:31:02 +0200 Subject: [PATCH] Updater bot : scrutiny_fa updated to v1.69.1 (upstream v1.69.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 74036d868b..2b829e5a4f 100644 --- a/scrutiny_fa/CHANGELOG.md +++ b/scrutiny_fa/CHANGELOG.md @@ -1,4 +1,7 @@ +## v1.69.1 (2026-08-22) +- Update to latest version from Starosdev/scrutiny (changelog : https://github.com/Starosdev/scrutiny/releases) + ## v1.69.0 (2026-08-15) - 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 a3d96a7f71..0e6c62d576 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.69.0" +version: "v1.69.1" diff --git a/scrutiny_fa/updater.json b/scrutiny_fa/updater.json index bfa3870f5c..a3eb7b4c10 100644 --- a/scrutiny_fa/updater.json +++ b/scrutiny_fa/updater.json @@ -1,10 +1,10 @@ { "github_fulltag": "true", - "last_update": "2026-08-15", + "last_update": "2026-08-22", "paused": false, "repository": "alexbelgium/hassio-addons", "slug": "scrutiny_fa", "source": "github", "upstream_repo": "Starosdev/scrutiny", - "upstream_version": "v1.69.0" + "upstream_version": "v1.69.1" }