From 48f563a6475c72f945c4d69c8a9a413d84881926 Mon Sep 17 00:00:00 2001 From: alexbelgium Date: Tue, 23 Dec 2025 17:46:58 +0100 Subject: [PATCH] Updater bot : fireflyiii_fints_importer updated to --- fireflyiii_fints_importer/CHANGELOG.md | 3 +++ fireflyiii_fints_importer/config.yaml | 2 +- fireflyiii_fints_importer/updater.json | 4 ++-- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/fireflyiii_fints_importer/CHANGELOG.md b/fireflyiii_fints_importer/CHANGELOG.md index 1913ce166..e2f591b68 100644 --- a/fireflyiii_fints_importer/CHANGELOG.md +++ b/fireflyiii_fints_importer/CHANGELOG.md @@ -1,3 +1,6 @@ + +## (23-12-2025) +- Update to latest version from benkl/firefly-iii-fints-importer - Added support for configuring extra environment variables via the `env_vars` add-on option alongside config.yaml. See https://github.com/alexbelgium/hassio-addons/wiki/Add-Environment-variables-to-your-Addon-2 for details. ## 1.3.0-6 (18-10-2025) diff --git a/fireflyiii_fints_importer/config.yaml b/fireflyiii_fints_importer/config.yaml index 614243049..6f8988f21 100644 --- a/fireflyiii_fints_importer/config.yaml +++ b/fireflyiii_fints_importer/config.yaml @@ -89,5 +89,5 @@ schema: slug: fireflyiii_fints_importer udev: true url: https://github.com/alexbelgium/hassio-addons -version: 1.3.0-6 +version: "" webui: "[PROTO:ssl]://[HOST]:[PORT:8080]" diff --git a/fireflyiii_fints_importer/updater.json b/fireflyiii_fints_importer/updater.json index ccfddb074..d2f574b86 100644 --- a/fireflyiii_fints_importer/updater.json +++ b/fireflyiii_fints_importer/updater.json @@ -1,10 +1,10 @@ { "dockerhub_by_date": "true", "github_fulltag": "true", - "last_update": "20-09-2025", + "last_update": "23-12-2025", "repository": "alexbelgium/hassio-addons", "slug": "fireflyiii_data_importer", "source": "dockerhub", "upstream_repo": "benkl/firefly-iii-fints-importer", - "upstream_version": "1.3.0" + "upstream_version": "" }