This commit is contained in:
Alexandre
2022-12-28 22:11:18 +01:00
2 changed files with 6 additions and 4 deletions

View File

@@ -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"
}

View File

@@ -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"
}