From e6712bc2bd5cc28c6c75aa174f2e872c9dd6608d Mon Sep 17 00:00:00 2001 From: alexbelgium Date: Sat, 29 Aug 2026 01:31:01 +0200 Subject: [PATCH] Updater bot : scrutiny updated to v1.70.0 (upstream v1.70.0) --- 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 ef406f3291..87e673d510 100644 --- a/scrutiny/CHANGELOG.md +++ b/scrutiny/CHANGELOG.md @@ -1,4 +1,7 @@ +## v1.70.0 (2026-08-29) +- Update to latest version from Starosdev/scrutiny (changelog : https://github.com/Starosdev/scrutiny/releases) + ## v1.69.1 (2026-08-22) - Update to latest version from Starosdev/scrutiny (changelog : https://github.com/Starosdev/scrutiny/releases) diff --git a/scrutiny/config.yaml b/scrutiny/config.yaml index aa3330dda8..73d1114523 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.69.1" +version: "v1.70.0" diff --git a/scrutiny/updater.json b/scrutiny/updater.json index 5320cc00a3..7e55787f79 100644 --- a/scrutiny/updater.json +++ b/scrutiny/updater.json @@ -1,10 +1,10 @@ { "github_fulltag": "true", - "last_update": "2026-08-22", + "last_update": "2026-08-29", "paused": false, "repository": "alexbelgium/hassio-addons", "slug": "scrutiny", "source": "github", "upstream_repo": "Starosdev/scrutiny", - "upstream_version": "v1.69.1" + "upstream_version": "v1.70.0" }