From a4609c5fa8a1ccd58aece4362f008a0bdf97c354 Mon Sep 17 00:00:00 2001 From: alexbelgium Date: Sat, 18 Apr 2026 01:30:00 +0200 Subject: [PATCH] Updater bot : scrutiny_fa updated to v1.50.0 --- 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 3695878ba..7ef559397 100644 --- a/scrutiny_fa/CHANGELOG.md +++ b/scrutiny_fa/CHANGELOG.md @@ -1,4 +1,7 @@ +## v1.50.0 (2026-04-18) +- Update to latest version from Starosdev/scrutiny (changelog : https://github.com/Starosdev/scrutiny/releases) + ## v1.49.2 (2026-04-06) - 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 f2b78c083..de208119e 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.49.2" +version: "v1.50.0" diff --git a/scrutiny_fa/updater.json b/scrutiny_fa/updater.json index 78ef2e0c4..a600c87b2 100644 --- a/scrutiny_fa/updater.json +++ b/scrutiny_fa/updater.json @@ -1,10 +1,10 @@ { "github_fulltag": "true", - "last_update": "2026-04-06", + "last_update": "2026-04-18", "paused": false, "repository": "alexbelgium/hassio-addons", "slug": "scrutiny_fa", "source": "github", "upstream_repo": "Starosdev/scrutiny", - "upstream_version": "v1.49.2" + "upstream_version": "v1.50.0" }