From 878fecffd03bc7025c03c20d3ae2cee27c24f01b Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Wed, 28 Dec 2022 21:57:07 +0100 Subject: [PATCH 1/2] Bind media https://github.com/alexbelgium/hassio-addons/issues/619 --- resiliosync/config.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/resiliosync/config.json b/resiliosync/config.json index 43373c094..32fa69912 100644 --- a/resiliosync/config.json +++ b/resiliosync/config.json @@ -46,7 +46,8 @@ "init": false, "map": [ "share:rw", - "config:rw" + "config:rw", + "media:rw" ], "name": "ResilioSync", "options": { @@ -85,5 +86,5 @@ }, "slug": "resiliosync", "url": "https://github.com/tyjtyj/hassio-addons", - "version": "2.7.3-5" + "version": "2.7.3-6" } From 04b1cd629de64e5577b3bf17272bad180a5c5d37 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Wed, 28 Dec 2022 22:01:33 +0100 Subject: [PATCH 2/2] Expose collector --- scrutiny_fa/config.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/scrutiny_fa/config.json b/scrutiny_fa/config.json index b745d74e1..d1300985f 100644 --- a/scrutiny_fa/config.json +++ b/scrutiny_fa/config.json @@ -42,10 +42,11 @@ "SMARTCTL_COMMAND_DEVICE_TYPE": "list(auto|ata|scsi|sat|usbcypress|usbjmicron|usbsunplus|marvell|megaraid)?", "SMARTCTL_MEGARAID_DISK_NUM": "int?", "TZ": "str?", - "Updates": "list(Hourly|Daily|Weekly)" + "Updates": "list(Hourly|Daily|Weekly)", + "expose_collector": "bool?" }, "slug": "scrutiny_fa", "udev": true, "url": "https://github.com/AnalogJ/scrutiny", - "version": "v0.5.0-10" + "version": "v0.5.0-11" }