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