mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-06-02 22:04:06 +02:00
Create path option
This commit is contained in:
@@ -28,13 +28,14 @@
|
|||||||
"host_network": false,
|
"host_network": false,
|
||||||
"environment": {},
|
"environment": {},
|
||||||
"options": {
|
"options": {
|
||||||
"secret_token": "lrMY24Byhx",
|
"ui_path": "joal",
|
||||||
|
"secret_token": "lrMY24Byhx",
|
||||||
"run_duration": "12h"
|
"run_duration": "12h"
|
||||||
},
|
},
|
||||||
"schema": {
|
"schema": {
|
||||||
|
"ui_path": "str",
|
||||||
"secret_token": "str",
|
"secret_token": "str",
|
||||||
"run_duration": "str?",
|
"run_duration": "str?",
|
||||||
"verbose": "bool?",
|
"verbose": "bool?"
|
||||||
"path": "str?"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user