From e500dd4456cb454c7db3b1d01d8affa78448d948 Mon Sep 17 00:00:00 2001 From: alexbelgium Date: Sat, 2 Mar 2024 02:01:21 +0100 Subject: [PATCH] Updater bot : scrutiny_fa updated to v0.7.3 --- scrutiny_fa/CHANGELOG.md | 3 +++ scrutiny_fa/config.json | 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 21a1069e2..03a722575 100644 --- a/scrutiny_fa/CHANGELOG.md +++ b/scrutiny_fa/CHANGELOG.md @@ -1,4 +1,7 @@ +## v0.7.3 (02-03-2024) +- Update to latest version from analogj/scrutiny + ## v0.7.2 (20-10-2023) - Update to latest version from analogj/scrutiny ### v0.7.1-2 (27-06-2023) diff --git a/scrutiny_fa/config.json b/scrutiny_fa/config.json index e09a652ef..3cbd91390 100644 --- a/scrutiny_fa/config.json +++ b/scrutiny_fa/config.json @@ -48,5 +48,5 @@ "slug": "scrutiny_fa", "udev": true, "url": "https://github.com/AnalogJ/scrutiny", - "version": "v0.7.2-3" + "version": "v0.7.3" } diff --git a/scrutiny_fa/updater.json b/scrutiny_fa/updater.json index 1bc705c42..bb77cbb9d 100644 --- a/scrutiny_fa/updater.json +++ b/scrutiny_fa/updater.json @@ -1,10 +1,10 @@ { "github_fulltag": "true", - "last_update": "20-10-2023", + "last_update": "02-03-2024", "paused": false, "repository": "alexbelgium/hassio-addons", "slug": "scrutiny_fa", "source": "github", "upstream_repo": "analogj/scrutiny", - "upstream_version": "v0.7.2" + "upstream_version": "v0.7.3" }