You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If a new addon, I have checked on Google that such as addon doesn't already exists
If a new feature, I have searched in the discussions & issues that it was not already covered
Which addon?
Firefly III Data Importer
Is your feature request related to a problem? Please describe
My import method is capable of providing transaction data in close to real time, but the fastest update frequency is hourly. It would be useful to have the data available in Firefly III soon after the transaction, so if I need to add any extra details to it, I can do it before I forget about it.
Describe the solution you'd like
If it's possible, add a minutely option for Updates in the add-on configuration.
The text was updated successfully, but these errors were encountered:
I found another way to do this by triggering the update from Home Assistant, so I will close this.
In case someone is interested, here's what I did.
I enabled the autoimport REST API endpoint by adding these variables to the config file for this add-on (by default /config/addons_config/fireflyiii_data_importer/config.yaml):
# the secret is required and must be at least 16 characters longAUTO_IMPORT_SECRET: SOME_SECRET_HERE# if this value is not set to true, you cannot import a local directoryCAN_POST_AUTOIMPORT: true
Restart the add-on and now you can send a post request to this url to import the files from /config/addons_config/fireflyiii_data_importer/import_files.
Checked
Which addon?
Firefly III Data Importer
Is your feature request related to a problem? Please describe
My import method is capable of providing transaction data in close to real time, but the fastest update frequency is hourly. It would be useful to have the data available in Firefly III soon after the transaction, so if I need to add any extra details to it, I can do it before I forget about it.
Describe the solution you'd like
If it's possible, add a minutely option for Updates in the add-on configuration.
The text was updated successfully, but these errors were encountered: