mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-10 09:51:02 +01:00
Add addon_config
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
- Align behavior with other addons : map /addons_config/xxx-scrutiny to enable env injection or custom scripts
|
||||
|
||||
## v0.8.1-8 (13-11-2024)
|
||||
- Minor bugs fixed
|
||||
## v0.8.1-7 (13-11-2024)
|
||||
|
||||
@@ -15,7 +15,8 @@
|
||||
"ingress": true,
|
||||
"init": false,
|
||||
"map": [
|
||||
"share:rw"
|
||||
"share:rw",
|
||||
"addon_config:rw"
|
||||
],
|
||||
"name": "Scrutiny (Full Access)",
|
||||
"options": {
|
||||
@@ -50,5 +51,5 @@
|
||||
"slug": "scrutiny_fa",
|
||||
"udev": true,
|
||||
"url": "https://github.com/AnalogJ/scrutiny",
|
||||
"version": "v0.8.1-8"
|
||||
"version": "v0.8.1-9"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user