diff --git a/scrutiny_original/CHANGELOG.md b/scrutiny_original/CHANGELOG.md index 7ef46f9754..9578b2ef40 100644 --- a/scrutiny_original/CHANGELOG.md +++ b/scrutiny_original/CHANGELOG.md @@ -1,4 +1,7 @@ +## v0.9.2 (2026-06-20) +- Update to latest version from analogj/scrutiny (changelog : https://github.com/analogj/scrutiny/releases) + ## v1.63.0 (2026-06-13) - Update to latest version from Starosdev/scrutiny (changelog : https://github.com/Starosdev/scrutiny/releases) diff --git a/scrutiny_original/config.yaml b/scrutiny_original/config.yaml index 7ddeae8a0d..cb8e50f344 100644 --- a/scrutiny_original/config.yaml +++ b/scrutiny_original/config.yaml @@ -113,4 +113,4 @@ schema: slug: scrutiny_original udev: true url: https://github.com/analogj/scrutiny -version: "v1.63.0" +version: "v0.9.2" diff --git a/scrutiny_original/updater.json b/scrutiny_original/updater.json index 4cd904b287..d384f918ee 100644 --- a/scrutiny_original/updater.json +++ b/scrutiny_original/updater.json @@ -1,10 +1,10 @@ { "github_fulltag": "true", - "last_update": "2026-06-13", + "last_update": "2026-06-20", "paused": false, "repository": "alexbelgium/hassio-addons", "slug": "scrutiny_original", "source": "github", "upstream_repo": "analogj/scrutiny", - "upstream_version": "v1.63.0" + "upstream_version": "v0.9.2" }