Feat: updates frequency

This commit is contained in:
Alexandre
2022-04-12 17:04:33 +02:00
committed by GitHub
parent f7173f6c2d
commit ae5b575bf6

View File

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