From e1949df8b16bf424b117e653033ec117d5c7eed9 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sat, 2 Nov 2024 17:05:42 +0100 Subject: [PATCH] Update config.json https://github.com/alexbelgium/hassio-addons/issues/1324 --- scrutiny/config.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scrutiny/config.json b/scrutiny/config.json index eb96d22e2..582b18b29 100644 --- a/scrutiny/config.json +++ b/scrutiny/config.json @@ -108,11 +108,11 @@ "SMARTCTL_COMMAND_DEVICE_TYPE": "list(auto|ata|scsi|sat|usbcypress|usbjmicron|usbsunplus|sntasmedia|sntjmicron|sntrealtek|marvell|megaraid)?", "SMARTCTL_MEGARAID_DISK_NUM": "int?", "TZ": "str?", - "Updates": "list(Hourly|Daily|Weekly)", + "Updates": "list(Quarterly|Hourly|Daily|Weekly)", "expose_collector": "bool?" }, "slug": "scrutiny", "udev": true, "url": "https://github.com/AnalogJ/scrutiny", - "version": "v0.8.1-5" + "version": "v0.8.1-6" }