Updater bot : birdnet-go updated to nightly-20251223

This commit is contained in:
alexbelgium
2025-12-23 17:07:36 +01:00
parent f2d69eed9a
commit 7b058b4806
3 changed files with 6 additions and 3 deletions

View File

@@ -1,4 +1,7 @@
## nightly-20251223 (23-12-2025)
- Update to latest version from tphakala/birdnet-go (changelog : https://github.com/tphakala/birdnet-go/releases)
## nightly-20251214 (20-12-2025)
- Update to latest version from tphakala/birdnet-go (changelog : https://github.com/tphakala/birdnet-go/releases)
- 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.

View File

@@ -117,4 +117,4 @@ slug: birdnet-go
udev: true
url: https://github.com/alexbelgium/hassio-addons/tree/master/birdnet-go
usb: true
version: "nightly-20251214"
version: "nightly-20251223"

View File

@@ -2,10 +2,10 @@
"github_beta": true,
"github_fulltag": true,
"github_tagfilter": "nightly",
"last_update": "20-12-2025",
"last_update": "23-12-2025",
"repository": "alexbelgium/hassio-addons",
"slug": "birdnet-go",
"source": "github",
"upstream_repo": "tphakala/birdnet-go",
"upstream_version": "nightly-20251214"
"upstream_version": "nightly-20251223"
}