mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-06-02 05:44:03 +02:00
Feat: updates frequency
This commit is contained in:
@@ -4,7 +4,6 @@
|
|||||||
"amd64"
|
"amd64"
|
||||||
],
|
],
|
||||||
"boot": "auto",
|
"boot": "auto",
|
||||||
"codenotary": "alexandrep.github@gmail.com",
|
|
||||||
"description": "Import financial transactions from you FinTS enabled bank into Firefly III",
|
"description": "Import financial transactions from you FinTS enabled bank into Firefly III",
|
||||||
"devices": [],
|
"devices": [],
|
||||||
"environment": {
|
"environment": {
|
||||||
@@ -18,7 +17,8 @@
|
|||||||
],
|
],
|
||||||
"name": "Firefly iii FinTS Importer",
|
"name": "Firefly iii FinTS Importer",
|
||||||
"options": {
|
"options": {
|
||||||
"CONFIG_LOCATION": "/config/addons_config/fireflyiii_fints_importer/config.yaml"
|
"CONFIG_LOCATION": "/config/addons_config/fireflyiii_fints_importer/config.yaml",
|
||||||
|
"Updates": "weekly"
|
||||||
},
|
},
|
||||||
"ports": {
|
"ports": {
|
||||||
"8080/tcp": 3476
|
"8080/tcp": 3476
|
||||||
@@ -28,11 +28,12 @@
|
|||||||
},
|
},
|
||||||
"schema": {
|
"schema": {
|
||||||
"CONFIG_LOCATION": "str",
|
"CONFIG_LOCATION": "str",
|
||||||
"silent": "bool?"
|
"silent": "bool?",
|
||||||
|
"Updates": "list(hourly|daily|weekly)?"
|
||||||
},
|
},
|
||||||
"slug": "fireflyiii_fints_importer",
|
"slug": "fireflyiii_fints_importer",
|
||||||
"upstream": "1.2",
|
"upstream": "1.2",
|
||||||
"url": "https://github.com/alexbelgium/hassio-addons",
|
"url": "https://github.com/alexbelgium/hassio-addons",
|
||||||
"version": "1.1",
|
"version": "1.2",
|
||||||
"webui": "[PROTO:ssl]://[HOST]:[PORT:8080]"
|
"webui": "[PROTO:ssl]://[HOST]:[PORT:8080]"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user